sendMessagesToProcess Step

Last published at: May 14th, 2024

Description:

Send messages to specific process instance.

Inputs

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

Returns

  • true  – true condition
  • false – false condition

Usage:

Example:

Let’s build and execute the sendMessagesToProcess example.

  • Create a new definition called “sendMessagesToProcessDef”
  • Select the definition and click the “design” button
  • Drag the above steps to the canvas
  • Connect the dots between the start and other steps as above
  • Click on the “sendMessagesToProcess” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Save the process definition, create a process instance and execute.  The SendMessageToProcess step should publish/send messages to the process.