Class EventType
Contains enumerable EventType values
- Aws\Common\Enum
- Aws\Swf\Enum\EventType
Methods summary
Methods detail
Methods inherited from Aws\Common\Enum
Magic methods summary
Constants summary
string |
WORKFLOW_EXECUTION_STARTED |
'WorkflowExecutionStarted' |
|
string |
WORKFLOW_EXECUTION_CANCEL_REQUESTED |
'WorkflowExecutionCancelRequested' |
|
string |
WORKFLOW_EXECUTION_COMPLETED |
'WorkflowExecutionCompleted' |
|
string |
COMPLETE_WORKFLOW_EXECUTION_FAILED |
'CompleteWorkflowExecutionFailed' |
|
string |
WORKFLOW_EXECUTION_FAILED |
'WorkflowExecutionFailed' |
|
string |
FAIL_WORKFLOW_EXECUTION_FAILED |
'FailWorkflowExecutionFailed' |
|
string |
WORKFLOW_EXECUTION_TIMED_OUT |
'WorkflowExecutionTimedOut' |
|
string |
WORKFLOW_EXECUTION_CANCELED |
'WorkflowExecutionCanceled' |
|
string |
CANCEL_WORKFLOW_EXECUTION_FAILED |
'CancelWorkflowExecutionFailed' |
|
string |
WORKFLOW_EXECUTION_CONTINUED_AS_NEW |
'WorkflowExecutionContinuedAsNew' |
|
string |
CONTINUE_AS_NEW_WORKFLOW_EXECUTION_FAILED |
'ContinueAsNewWorkflowExecutionFailed' |
|
string |
WORKFLOW_EXECUTION_TERMINATED |
'WorkflowExecutionTerminated' |
|
string |
DECISION_TASK_SCHEDULED |
'DecisionTaskScheduled' |
|
string |
DECISION_TASK_STARTED |
'DecisionTaskStarted' |
|
string |
DECISION_TASK_COMPLETED |
'DecisionTaskCompleted' |
|
string |
DECISION_TASK_TIMED_OUT |
'DecisionTaskTimedOut' |
|
string |
ACTIVITY_TASK_SCHEDULED |
'ActivityTaskScheduled' |
|
string |
SCHEDULE_ACTIVITY_TASK_FAILED |
'ScheduleActivityTaskFailed' |
|
string |
ACTIVITY_TASK_STARTED |
'ActivityTaskStarted' |
|
string |
ACTIVITY_TASK_COMPLETED |
'ActivityTaskCompleted' |
|
string |
ACTIVITY_TASK_FAILED |
'ActivityTaskFailed' |
|
string |
ACTIVITY_TASK_TIMED_OUT |
'ActivityTaskTimedOut' |
|
string |
ACTIVITY_TASK_CANCELED |
'ActivityTaskCanceled' |
|
string |
ACTIVITY_TASK_CANCEL_REQUESTED |
'ActivityTaskCancelRequested' |
|
string |
REQUEST_CANCEL_ACTIVITY_TASK_FAILED |
'RequestCancelActivityTaskFailed' |
|
string |
WORKFLOW_EXECUTION_SIGNALED |
'WorkflowExecutionSignaled' |
|
string |
MARKER_RECORDED |
'MarkerRecorded' |
|
string |
RECORD_MARKER_FAILED |
'RecordMarkerFailed' |
|
string |
TIMER_STARTED |
'TimerStarted' |
|
string |
START_TIMER_FAILED |
'StartTimerFailed' |
|
string |
TIMER_FIRED |
'TimerFired' |
|
string |
TIMER_CANCELED |
'TimerCanceled' |
|
string |
CANCEL_TIMER_FAILED |
'CancelTimerFailed' |
|
string |
START_CHILD_WORKFLOW_EXECUTION_INITIATED |
'StartChildWorkflowExecutionInitiated' |
|
string |
START_CHILD_WORKFLOW_EXECUTION_FAILED |
'StartChildWorkflowExecutionFailed' |
|
string |
CHILD_WORKFLOW_EXECUTION_STARTED |
'ChildWorkflowExecutionStarted' |
|
string |
CHILD_WORKFLOW_EXECUTION_COMPLETED |
'ChildWorkflowExecutionCompleted' |
|
string |
CHILD_WORKFLOW_EXECUTION_FAILED |
'ChildWorkflowExecutionFailed' |
|
string |
CHILD_WORKFLOW_EXECUTION_TIMED_OUT |
'ChildWorkflowExecutionTimedOut' |
|
string |
CHILD_WORKFLOW_EXECUTION_CANCELED |
'ChildWorkflowExecutionCanceled' |
|
string |
CHILD_WORKFLOW_EXECUTION_TERMINATED |
'ChildWorkflowExecutionTerminated' |
|
string |
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED |
'SignalExternalWorkflowExecutionInitiated' |
|
string |
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED |
'SignalExternalWorkflowExecutionFailed' |
|
string |
EXTERNAL_WORKFLOW_EXECUTION_SIGNALED |
'ExternalWorkflowExecutionSignaled' |
|
string |
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED |
'RequestCancelExternalWorkflowExecutionInitiated' |
|
string |
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED |
'RequestCancelExternalWorkflowExecutionFailed' |
|
string |
EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED |
'ExternalWorkflowExecutionCancelRequested' |