Skip to content

Tags: aliencode/conductor

Tags

v1.7.3

Toggle v1.7.3's commit message
add subworkflowId to task input for the backward compatibility reasons

v1.7.2

Toggle v1.7.2's commit message
documentation update

v1.7.2-rc7

Toggle v1.7.2-rc7's commit message
Merge pull request Netflix#194 from Netflix/dev

Bug fix for dynamic task retries

v1.7.2-rc6

Toggle v1.7.2-rc6's commit message
Merge pull request Netflix#193 from Netflix/dev

1.7.2-RC-Final

v1.7.2-rc5

Toggle v1.7.2-rc5's commit message
Merge pull request Netflix#187 from Netflix/dev

Async execution of System Tasks

v1.7.2-rc4

Toggle v1.7.2-rc4's commit message
Asynchronous execution of system tasks and limit task execution concu…

…rrency (Netflix#185)

* Asynchronous execution of system tasks
* Allow limiting the number of tasks in progress by task def name

v1.7.2-rc3

Toggle v1.7.2-rc3's commit message
handle the case where the sub workflow has not started yet

v1.7.2-rc2

Toggle v1.7.2-rc2's commit message
Merge pull request Netflix#166 from Netflix/dev

Handle uncaught exceptions in the worker

v1.7.2-rc1

Toggle v1.7.2-rc1's commit message
Optional Tasks and Client updates (Netflix#159)

* Add Go Client (Worker) Implementation (Netflix#133)

* Worker interfaces in Go

* Move external dependency of httpclient inside package (Netflix#135)

Http Client

* * Add optional tasks
* Fix for taskId not getting replaced for simple tasks in task input calculation
* License headers for go client

* fixed the sink name

* gradle updates (Netflix#147)

* 1.7.1 (Netflix#151)

* capture the event payload in the task's output

* prefix the internal events with conductor when using dynamic event names

* Update queue name

* add more details to action processor and workflow executor

* more details and streamlined key names

* do not add policies if empty

* * allow referencing more task  parameters in input/outputs
* Unit tests

* handle null

* minor changes and code cleanup

v1.7.0

Toggle v1.7.0's commit message
Merge pull request Netflix#130 from Netflix/dev

Decider Changes