temporalio.workflow.ParentClosePolicy

class documentation

How a child workflow should be handled when the parent closes.

Constant ABANDON Undocumented
Constant REQUEST_CANCEL Undocumented
Constant TERMINATE Undocumented
Constant UNSPECIFIED Undocumented

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_ABANDON
)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_REQUEST_CANCEL
)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_TERMINATE
)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_UNSPECIFIED
)