Skip to content

Commit

Permalink
Merge pull request #682 from umccr/bugfix/fix-nf-non-terminal-status-…
Browse files Browse the repository at this point in the history
…output
  • Loading branch information
alexiswl authored Nov 11, 2024
2 parents 9d2b546 + 07d08df commit db6469a
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 db6469a

Please sign in to comment.