parentWorkflowExecution property

WorkflowExecution? parentWorkflowExecution
final

The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.

Implementation

final WorkflowExecution? parentWorkflowExecution;