brief-kite-90012
06/10/2024, 2:46 AM@step
def my_step(self):
self.next(
self.branch1
, self.branch2
, self.branch3
, self.branch4
, self.branch5
, self.branch6
, self.branch7
)
error:
Setting up task environment.
Downloading code package...
Code package downloaded.
Task is starting.
Data missing:
Some input datastores are missing. Expected: 7 Actual: 0
bulky-afternoon-92433
07/02/2024, 11:52 AMbrief-kite-90012
07/02/2024, 11:54 AMbulky-afternoon-92433
07/02/2024, 11:55 AM{{}}
during template evaluation/pod scheduling, and we perform the list decompress during runtime, which just results in a bunch of tokens without actual valuesbulky-afternoon-92433
07/02/2024, 11:56 AMbrief-kite-90012
07/02/2024, 11:58 AMbulky-afternoon-92433
07/02/2024, 12:04 PMARGO_TEMPLATE
env var on the pods where argo keeps the complete workflow manifest with values. There was an issue in the past with extremely wide foreach steps running into the limit, but even these could hold ~1k step names in there, which is why I'm expecting that any static flow written by hand should not be running against any of the limits.bulky-afternoon-92433
07/02/2024, 12:04 PMbulky-afternoon-92433
07/02/2024, 12:06 PM