You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
katsuyan
changed the title
Store params can't be referenced when retry failed to use call operator
Store params can't be referenced when retry failed to use call operator in the case of cousin relationship
Jan 28, 2022
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 ofcall
operator.The text was updated successfully, but these errors were encountered: