Skip to content

Commit

Permalink
Fix status for non-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 11, 2024
1 parent 9d2b546 commit 07d08df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"Detail": {
"portalRunId.$": "$.workflow_inputs.parameters.portal_run_id",
"timestamp.$": "$$.State.EnteredTime",
"status": "$.workflow_inputs.status",
"status.$": "$.workflow_inputs.status",
"linkedLibraries.$": "States.StringToJson($.get_portal_run_id_from_db_step.Item.linked_libraries.S)",
"workflowName.$": "$.get_portal_run_id_from_db_step.Item.workflow_name.S",
"workflowVersion.$": "$.get_portal_run_id_from_db_step.Item.workflow_version.S",
Expand Down

0 comments on commit 07d08df

Please sign in to comment.