Skip to content

Commit cac2b6f

Browse files
[WX-1506] Add jobLogger output for subworkflow running (with parent and subworkflow ID) (#7388)
Co-authored-by: jlester-msft <[email protected]>
1 parent b79ead2 commit cac2b6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/src/main/scala/cromwell/engine/workflow/lifecycle/execution/SubWorkflowExecutionActor.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ class SubWorkflowExecutionActor(key: SubWorkflowKey,
312312
}
313313
}
314314

315+
jobLogger.info(s"Running subworkflow: ${subWorkflowDescriptor.id}, root: ${parentWorkflow.rootWorkflow.id}")
316+
315317
val workflowRootEvents = buildWorkflowRootMetadataEvents(subWorkflowDescriptor)
316318

317319
serviceRegistryActor ! PutMetadataAction(events ++ inputEvents ++ workflowRootEvents)

0 commit comments

Comments
 (0)