digdag
digdag copied to clipboard
Store params can't be referenced when retry failed to use call operator in the case of cousin relationship
Store params can't be referenced when retry failed to use call operator in the case of cousin relationship.
example
https://github.com/katsuyan/digdag-example/tree/master/store_retry
Execution result
Store params can be referenced when first run workflow.
But store params can't be referenced when retry failed to use call operator.
Workaround
I use !include
instead of call
operator.