0.6.0
This version introduces the parallel activity. The parallel activity allows to execute in the same time many activities.
Breaking Changes
- The
getStatePath
method in theWorkflowMachineSnapshot
class is deleted. Please use thetryGetStatePath
method or thegetStatePaths
method instead.