Skip to content

Trigger Waiting Task to Continue Execution

Parameter Configuration

ParameterDescription
Workflow ModuleThe workflow module to which the workflow instance sending the signal belongs
Process Instance IDThe ID of the workflow instance. Can use expressions to obtain context variables to specify dynamic content
Task Node IDTask node ID, can use expressions to obtain context variables to specify dynamic content

Notes

  • Task Node ID The node ID can be obtained by clicking the node in the Workflow process designer of the Application Designer

Usage Scenarios

  • In cross-application scenarios, other applications publish application events, and after this application listens to the published event, it triggers the receive task type node of the process instance to execute subsequent actions
  • After being triggered by scheduled tasks, form listeners, button controls, etc., trigger the receive task type node of the process instance to execute subsequent actions
  • Application API interfaces, after being called by third parties, trigger the receive task type node of the process instance to execute subsequent actions
  • Workflow task forms, after being called by added controls, trigger the receive task type node of the process instance to execute subsequent actions