Changed
- The
OPERA_DISP_TMS
job type is now a fan-out/fan-in workflow.
Fixed
- Previously there was a bug in which fan-out job steps, defined using the
map: for item in items
syntax, would fail ifitems
was an array of non-string values, because AWS Batch SubmitJob expects string parameters. This bug has been fixed by converting each value to a string before passing it to SubmitJob.