temporalio.workflow.ChildWorkflowCancellationType

class documentation

How a child workflow cancellation should be handled.

Constant ABANDON Undocumented
Constant TRY_CANCEL Undocumented
Constant WAIT_CANCELLATION_COMPLETED Undocumented
Constant WAIT_CANCELLATION_REQUESTED Undocumented

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ChildWorkflowCancellationType.ABANDON
)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ChildWorkflowCancellationType.TRY_CANCEL
)

WAIT_CANCELLATION_COMPLETED = (source)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ChildWorkflowCancellationType.WAIT_CANCELLATION_COMPLETED
)

WAIT_CANCELLATION_REQUESTED = (source)

Undocumented

Value
int(temporalio.bridge.proto.child_workflow.ChildWorkflowCancellationType.WAIT_CANCELLATION_REQUESTED
)