class documentation

class ActivityCancellationType(IntEnum): (source)

View In Hierarchy

How an activity cancellation should be handled.

Constant ABANDON Undocumented
Constant TRY_CANCEL Undocumented
Constant WAIT_CANCELLATION_COMPLETED Undocumented

Undocumented

Value
int(temporalio.bridge.proto.workflow_commands.ActivityCancellationType.ABANDON)
TRY_CANCEL = (source)

Undocumented

Value
int(temporalio.bridge.proto.workflow_commands.ActivityCancellationType.TRY_CANCEL
)
WAIT_CANCELLATION_COMPLETED = (source)

Undocumented

Value
int(temporalio.bridge.proto.workflow_commands.ActivityCancellationType.WAIT_CANCELLATION_COMPLETED
)