Basic Administration > Supporting Collaboration > Workflow Administration > Workflow Tools > Workflow Template Administration > Workflow Template Editor > Workflow Editor Nodes > Workflow Robots > Synchronize Robot > Synchronize On Expression
  
Synchronize On Expression
Synchronization robot nodes that synchronize on expression will execute their expression periodically (every few seconds) until the expression evaluates to true.
If you select Synchronize on Expression, the Routing Events and Routing Expression fields display.
Routing events control the flow of a process by mapping an event to an action in links coming from the process. For more information on controlling flow and mapping of events to action, see Links.
Custom routing events are defined in the Routing Events field.
Routing in an expression-based synchronization robot node must be automatic. Automatic events need an event firing expression to fire the event. This expression is a fragment of Java code that sets the variable result to one of the custom routing events. The expression can reference any variable defined in the Variables tab.
For code samples you can copy and paste, see Synchronization Robot Samples.