class documentation

class PendingActivityState(IntEnum): (source)

View In Hierarchy

Detailed state of an activity execution that is in ACTIVITY_EXECUTION_STATUS_RUNNING.

Warning

This API is experimental.

See temporalio.api.enums.v1.PendingActivityState.

Constant CANCEL_REQUESTED Undocumented
Constant PAUSE_REQUESTED Undocumented
Constant PAUSED Undocumented
Constant SCHEDULED Undocumented
Constant STARTED Undocumented
Constant UNSPECIFIED Undocumented
CANCEL_REQUESTED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_CANCEL_REQUESTED
)
PAUSE_REQUESTED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_PAUSE_REQUESTED
)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_PAUSED)
SCHEDULED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_SCHEDULED
)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_STARTED)
UNSPECIFIED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.PendingActivityState.PENDING_ACTIVITY_STATE_UNSPECIFIED
)