digdag icon indicating copy to clipboard operation
digdag copied to clipboard

Store params can't be referenced when retry failed to use call operator in the case of cousin relationship

Open katsuyan opened this issue 3 years ago • 0 comments

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.

FireShot Capture 021 - Digdag - localhost

But store params can't be referenced when retry failed to use call operator.

FireShot Capture 022 - Digdag - localhost

Workaround

I use !include instead of call operator.

katsuyan avatar Jan 27 '22 12:01 katsuyan