Skip to content

Commit

Permalink
[WX-1506] Add jobLogger output for subworkflow running (with parent a…
Browse files Browse the repository at this point in the history
…nd subworkflow ID) (#7388)

Co-authored-by: jlester-msft <[email protected]>
  • Loading branch information
THWiseman and jlester-msft authored Mar 14, 2024
1 parent b79ead2 commit cac2b6f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ class SubWorkflowExecutionActor(key: SubWorkflowKey,
}
}

jobLogger.info(s"Running subworkflow: ${subWorkflowDescriptor.id}, root: ${parentWorkflow.rootWorkflow.id}")

val workflowRootEvents = buildWorkflowRootMetadataEvents(subWorkflowDescriptor)

serviceRegistryActor ! PutMetadataAction(events ++ inputEvents ++ workflowRootEvents)
Expand Down

0 comments on commit cac2b6f

Please sign in to comment.