Robin
05/05/2021, 1:56 PMtask map input parameters
to the task result location templates
?
e.g. "{flow_name}/{task_name}/{system_id}"
where system_id
is an input parameter to the task run (e.g. task.map(system_id=system_ids, further_input=unmapped(further_input))
)?
I would use it instead of {task_run_id}
, as the task_run_id
might change with every flow run, but the system_id
would be always the same 🤔
Or is there a smarter approach to achieving the same?Kevin Kho
Robin
05/05/2021, 2:07 PMRobin
05/05/2021, 2:10 PMRobin
05/05/2021, 2:11 PMKevin Kho
Robin
05/05/2021, 2:15 PMimplicit vs. explicit
👍