You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a FlowSimulationActor using the companion object by providing a flow which describes the order and method with which a sequence of tasks is executed.
A flow consists of tasks and opperators inspired by BPMN gateways. The currently supported opperators are:
NoTask for a 'blank' task which does nothing
Then for sequence
And for parallel
All for multiple parallel tasks
Or for inclusive or; run both tasks and continue once either one completes