[NEW] Add new server API for handling requireInput
event in workflow processing
#105
Open
1 task done
Labels
enhancement
New feature or request
Feature Request
The Encre workflow processing accepts waiting user inputs when there is an
InputNode
in the workflow. Current server API does not consider such functionality, so that the workflow withInputNode
cannot be processed successfully for now. We should add another server API for listening user inputs.In addition, current
/app/run
API does not emitrequireInput
event to users, so that users won'y be notified when they can provide the user inputs to theInputNode
. We probably need to emitrequireInput
event or something similar.Code of Conduct
The text was updated successfully, but these errors were encountered: