parent property

WorkflowExecution? parent
final

If this workflow execution is a child of another execution then contains the workflow execution that started this execution.

Implementation

final WorkflowExecution? parent;