sendMessagesToProcess Step

Use this step to send message to process step.

Last published at: July 31st, 2023

Description:

This step is used to send messages to specific process instance.

Inputs

  • waitMessage – Messages to send
  • InstanceID – Enter process Instance ID
 

 

Returns

  • True – step executed successfully
  • False – step failed to execute 
 

 

Usage:

 

 

Example:

Let’s build and execute the “sendMessagesToProcessDef” example.

  • Create a new definition called “sendMessagesToProcessDef”
  • Select the definition and click the “design” button
  • Drag the above steps to the canvas and connect as above
  • Click on the "sendMessagesToProcess" step to configure its "Settings" properties. Provide a name to the step. Provide the message to send. Provide the process instance GUID value. 
  • Save the process definition, create a process instance and execute.  The SendMessageToProcess step should publish/send messages to the process.