Orchestra: resume a waiting task¶
Plugin ID: orchestra_resume
Available since: 1.0.0
Answers an Orchestra task with an outcome. If the task is waiting (asynchronous) it resumes it; if the task is still running the event that called this action (synchronous) it hands the outcome back inline. Either way the outcome lands on the task so the workflow can route on it. Defaults to the task exposed by the "ECA event" node.
Fields¶
Task token ID— config key:token_id-
The waiting task to resume. Defaults to the [orchestra_token] the ECA event task exposes.
Type:
textfield· Required: no · Default:[orchestra_token] Outcome— config key:outcome-
The outcome written to the task's payload variable as the process resumes.
Type:
textfield· Required: no · Default: empty string