Skip to content

Send Workflow Signal

Parameter Configuration

ParameterDescription
Workflow ModuleWorkflow module to which the workflow instance sending the signal belongs
Process Instance IDID of the workflow instance. Dynamic content can be specified using expressions to obtain context variables
Signal NameSignal name, dynamic content can be specified using expressions to obtain context variables

Notes

  • Signal Name
    • The signal name can be set in the Signal Definition tab under Global Settings in the workflow diagram design under the Workflow Module
    • When this step is executed, the Signal Name parameter is the Name Field of the Signal Definition item

Usage Scenarios

  • In cross-application scenarios, after other applications publish application events and this application listens to the published events, send a signal to the process instance to execute subsequent actions
  • After being triggered by scheduled tasks, form listeners, button controls, etc., send a signal to the process instance to execute subsequent actions
  • After being called by third parties through application API interfaces, send a signal to the process instance to execute subsequent actions
  • In workflow task forms, after adding controls to call, send a signal to the process instance to execute subsequent actions