Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk BulkDispatchWorkflows fixes #5221

Conversation

MariusVuscanNx
Copy link
Contributor

  • Fixed "Item" use in correlation Id function. Previously the Item property was not accesible.
  • Fixed "An item with the same key has already been added. Key: Error". This happened when both workflows that we were trying to dispatch failed during dispatching and they both tried to add the "Error" key in the journal.
  • Fixed 'Suspended' bulk dispatch activity bug: If dispatching fails the workflow still waits for the children to complete. The behavior was changed to wait only after the ones for which dispatching succeeded.

Copy link
Member

@sfmskywalker sfmskywalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@sfmskywalker sfmskywalker added the elsa 3 This issue is specific to Elsa 3 label Apr 12, 2024
@sfmskywalker sfmskywalker added this to the Elsa 3.2 milestone Apr 12, 2024
@sfmskywalker sfmskywalker merged commit b3ae33c into elsa-workflows:main Apr 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elsa 3 This issue is specific to Elsa 3
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants