In its simplest form, the Flow Chart Trigger simply waits for another flow chart to finish before firing. For example, if flow chart /ThisFlowChart needs to wait for /OtherFlowChart to finish before /ThisFlowChart can continue, a Flow Chart Trigger can be configured to meet that need.
In its full form, the Flow Chart Trigger can be configured to wait for an entire namespace of flow charts to finish before firing.
Properties
Namespace
The name of the flow chart or group of flow charts that must complete before this trigger will fire.
It is illegal to set a namespace of "/", since it implies there are no flow charts in the entire cluster. Of course, if this flow chart trigger is active, its flow chart is in the cluster and this trigger could never fire.
Examples:
Namespace |
Description |
---|---|
/OtherFlowChart |
Trigger waits until /OtherFlowChart finishes before firing. |
/eastcoast/ |
Trigger waits until all flow charts in the /eastcoast/ namespace finish before firing. |
/eastcoast/OtherFlowChart |
Trigger waits until /eastcoast/otherFlowChart finishes before firing. |
/Inbound* |
Trigger waits until all flow charts whose names start with /Inbound finish before firing. |
Comments
Please sign in to leave a comment.