ESLA Workflow 3.0 released
published on 2023/12/31
- Composable Activity Model: Drawing inspiration from the Windows Workflow Foundation (WF), Elsa 3.0 introduces a flexible activity model. This allows for the creation of complex workflows using advanced activities like Sequence and Flowchart.
- Revolutionised Workflow Designer: The designer is now more intuitive than ever, featuring pan & zoom and drag & drop capabilities, significantly enhancing the user experience.
- Actor Model for Lock-Free Execution: Elsa 3.0 makes use of the Actor model, facilitating lock-free workflow execution. This means more efficient handling of concurrent processes and smoother workflow operations.
- Implicit Fork & Join Constructs: Simplifying complex workflows, Elsa 3.0 introduces implicit fork and join constructs, streamlining the process of branching and merging workflow paths.
- Versioned Composite Activities: It is now possible to compose larger workflows with versioned composite activities that can be designed straight from the designer.
- Expanded Expression Capabilities: With the addition of C# and Python expressions, Elsa 3.0 broadens the horizons for defining dynamic and complex workflow logic.
What a fantastic release!