ActionType Class

Defines the values associated to the types of activities that can be scheduled.

Inheritance
ActionType

Constructor

ActionType(value)

Attributes

CALL_ACTIVITY

CALL_ACTIVITY: int = 0

CALL_ACTIVITY_WITH_RETRY

CALL_ACTIVITY_WITH_RETRY: int = 1

CALL_HTTP

CALL_HTTP: int = 8

CALL_SUB_ORCHESTRATOR

CALL_SUB_ORCHESTRATOR: int = 2

CALL_SUB_ORCHESTRATOR_WITH_RETRY

CALL_SUB_ORCHESTRATOR_WITH_RETRY: int = 3

CONTINUE_AS_NEW

CONTINUE_AS_NEW: int = 4

CREATE_TIMER

CREATE_TIMER: int = 5

WAIT_FOR_EXTERNAL_EVENT

WAIT_FOR_EXTERNAL_EVENT: int = 6