class documentation

class ParentClosePolicy(IntEnum): (source)

View In Hierarchy

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
)
REQUEST_CANCEL = (source)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_REQUEST_CANCEL
)
TERMINATE = (source)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ParentClosePolicy.PARENT_CLOSE_POLICY_TERMINATE
)
UNSPECIFIED = (source)

Undocumented

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