Skip to content

Tags: deep-kumar/conductor

Tags

v2.26.2-beta.2

Toggle v2.26.2-beta.2's commit message
Fix the issue with ParametersUtils where input map is mutated

v2.26.2-beta.1

Toggle v2.26.2-beta.1's commit message
Fix the issue with ParametersUtils where input map is mutated

v2.26.2-beta

Toggle v2.26.2-beta's commit message
Fixed Task subWorkflowId deep copy.

v2.26.1

Toggle v2.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating Terminate task (Netflix#1658)

* Updating Terminate task to explictly call completeWorkflow or terminateWorkflow, over ending the workflow loop within decide.

* Adding integration test for case when Terminate task in Subworkflow doesn't block the progress of Parent workflow.

v2.26.1-beta

Toggle v2.26.1-beta's commit message
Updating Terminate task to explictly call completeWorkflow or termina…

…teWorkflow, over ending the workflow loop within decide.

v2.26.0

Toggle v2.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactored Subworkflow processing to leverage asyncComplete, and othe…

…r improvements. (Netflix#1649)

v2.26.0-beta.1

Toggle v2.26.0-beta.1's commit message
Refactored Subworkflow processing to leverage asyncComplete, and othe…

…r improvements.

v2.26.0-beta

Toggle v2.26.0-beta's commit message
Refactored Subworkflow processing to leverage asyncComplete, and othe…

…r improvements.

v2.25.11

Toggle v2.25.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix subworkflow large payload changes (Netflix#1646)

* Improving logs to trace EventHandler starting workflows with wrong payload issue.

* Updating ParameterUtils replace to not modify inputParams inplace. Improving logs to trace SimpleActionProcessor bug when starting workflow with incorrect payload.

* Revert the debug logs added for SimpleActionProcessor; Copy SubworkflowId back in task output for backwards compatibiltiy.

v2.25.8-beta.3

Toggle v2.25.8-beta.3's commit message
Updating ParameterUtils replace to not modify inputParams inplace. Im…

…proving logs to trace SimpleActionProcessor bug when starting workflow with incorrect payload.