You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Elsa Workflows version 3.0.5 in a production environment, there is a consideration to upgrade to version 3.2. The primary concern involves several workflow definitions that utilize workflow context providers, specifically leveraging CustomProperties.
In version 3.2, the mechanism for saving workflow context providers has been changed from CustomProperties to PropertyBag. This change presents potential issues for existing workflows.
Steps to Reproduce
Use Elsa Workflows 3.0.5 with workflow definitions that utilize CustomProperties.
Upgrade to Elsa Workflows 3.2.
Attempt to use the existing workflow definitions and observe the behavior related to workflow context providers.
Expected Behavior
Existing workflow instances should end correctly after the upgrade, and the workflow context provider configurations should remain functional.
Actual Behavior
There is a potential for suspended instances to not end correctly and for configurations to break due to changes from CustomProperties to PropertyBag.
Additional Information
Current Elsa Workflows version: 3.0.5
Target Elsa Workflows version: 3.2
Workflow definitions use CustomProperties
The text was updated successfully, but these errors were encountered:
When running Elsa Workflows version 3.0.5 in a production environment, there is a consideration to upgrade to version 3.2. The primary concern involves several workflow definitions that utilize workflow context providers, specifically leveraging
CustomProperties
.In version 3.2, the mechanism for saving workflow context providers has been changed from
CustomProperties
toPropertyBag
. This change presents potential issues for existing workflows.Steps to Reproduce
CustomProperties
.Expected Behavior
Existing workflow instances should end correctly after the upgrade, and the workflow context provider configurations should remain functional.
Actual Behavior
There is a potential for suspended instances to not end correctly and for configurations to break due to changes from
CustomProperties
toPropertyBag
.Additional Information
CustomProperties
The text was updated successfully, but these errors were encountered: