Pass initial context for a workflow execution to custom deciders
someboredkiddo opened this issue · 0 comments
someboredkiddo commented
Pass initial workflow execution context custom deciders.
This will allow the decider to make scheduling decisions passed on an initial context.
Likely will involve updating these lines of code:
https://github.com/xethorn/garcon/blob/master/garcon/decider.py#L180-L185