Skip to content

Commit

Permalink
Initialise workflow status after launch for referencing when monitori…
Browse files Browse the repository at this point in the history
…ng runs
  • Loading branch information
alexiswl committed Nov 6, 2024
1 parent 2373e94 commit ed0e7f3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,13 @@
"id.$": "$.workflow_inputs.portalRunId",
"id_type": "portal_run_id"
},
"UpdateExpression": "SET engine_parameters = :engine_parameters",
"UpdateExpression": "SET engine_parameters = :engine_parameters, workflow_status = :workflow_status",
"ExpressionAttributeValues": {
":engine_parameters": {
"S.$": "States.JsonToString($.set_engine_parameters_step.engine_parameters)"
},
":workflow_status": {
"S": "RUNNING"
}
}
},
Expand Down

0 comments on commit ed0e7f3

Please sign in to comment.