dora icon indicating copy to clipboard operation
dora copied to clipboard

How to insert manual input during the execution of Dora?

Open chengzi0103 opened this issue 8 months ago • 21 comments

Describe the bug I want to determine during the execution of a Dora workflow whether some content needs manual intervention based on certain conditions. Following the example from https://github.com/dora-rs/dora/blob/main/examples/python-operator-dataflow/keyboard_op.py, I built a workflow myself. However, during the execution of the workflow, manual input was not integrated, and I am not sure where the issue lies. Additionally, I noticed that in your example, after using keyboard_op.py, manual input is possible. I want to know how I can solve this problem.

Expected behavior

Screenshots or Video dora_run_pic

Environments (please complete the following information):

  • System info: Wsl-Ubuntu 22.04
  • Dora version: 0.3.4
  • Python version: 3.11.9

Additional context I have uploaded my workflow files in a compressed folder. Could you please help check if there are any issues? keyboard.zip

chengzi0103 avatar Jun 25 '24 02:06 chengzi0103