Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 407 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 407 Bytes

CHANGELONG

v2.*

  • From v2 upwards, this package executes workflow tasks asynchronously and in parallel
  • All rules and tasks in the workflow are treated as a Directed Acyclic Graph (DAG) which is handled handled by the PHP DAG package.
  • You must install Swoole which is what is used to manage parallel task execution.