Skip to content

Workflow Engine 12.2.0

Compare
Choose a tag to compare
@optimajet optimajet released this 21 Feb 10:10
· 23 commits to master since this release

Feature

  • Introducing the new Bulk API for WorkflowRuntime, enabling parallel execution of large arrays of tasks. Access to this API is facilitated through the WorkflowRuntime.Bulk property.

Core

  • Added input validation to the HelperDateTime.GetInterval method. When incorrect values are passed, it now returns a TimeSpan with a zero value.

Designer

  • Resolved an issue where default annotation values for custom activities were not persisting in the schema without manual activity data saving.