-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: process queued items concurrently
Queued items are now processed concurrently, and state changes are emitted more often. BREAKING CHANGE: If a user provides one of the activity functions (for workflows, tasks or work items), state change will be emitted immediatelly after user "advances" the state (manually calls `startTask`, `completeWorkItem` or one of the similar functions. Whatever was enqueued during the current "turn" will be processed concurrently. For instance if you initialize and enqueue start of multiple work items, they will be started concurrently. Previously, they were processed sequentially.
- Loading branch information
Showing
7 changed files
with
564 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.