Synchronize Robot Samples
Use the Synchronize robot node to synchronize the start of an activity or process node with custom events.
The following code samples are provided:
* 
For all workflow templates that have robots listening to the ACTIVITY_STATE_CHANGED event, you need to set the following entries in your wt.properties to TRUE prior to importing the workflow templates:
wt.workflow.engine.emitProcessStateChange=true
wt.workflow.engine.emitActivityStateChange=true
For information about the Synchronize robot node, see Synchronize Robot.
Was this helpful?