C# Class Amazon.SimpleWorkflow.EventType

Constants used for properties of type EventType.
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
ActivityTaskCancelRequested EventType
ActivityTaskCanceled EventType
ActivityTaskCompleted EventType
ActivityTaskFailed EventType
ActivityTaskScheduled EventType
ActivityTaskStarted EventType
ActivityTaskTimedOut EventType
CancelTimerFailed EventType
CancelWorkflowExecutionFailed EventType
ChildWorkflowExecutionCanceled EventType
ChildWorkflowExecutionCompleted EventType
ChildWorkflowExecutionFailed EventType
ChildWorkflowExecutionStarted EventType
ChildWorkflowExecutionTerminated EventType
ChildWorkflowExecutionTimedOut EventType
CompleteWorkflowExecutionFailed EventType
ContinueAsNewWorkflowExecutionFailed EventType
DecisionTaskCompleted EventType
DecisionTaskScheduled EventType
DecisionTaskStarted EventType
DecisionTaskTimedOut EventType
ExternalWorkflowExecutionCancelRequested EventType
ExternalWorkflowExecutionSignaled EventType
FailWorkflowExecutionFailed EventType
MarkerRecorded EventType
RecordMarkerFailed EventType
RequestCancelActivityTaskFailed EventType
RequestCancelExternalWorkflowExecutionFailed EventType
RequestCancelExternalWorkflowExecutionInitiated EventType
ScheduleActivityTaskFailed EventType
SignalExternalWorkflowExecutionFailed EventType
SignalExternalWorkflowExecutionInitiated EventType
StartChildWorkflowExecutionFailed EventType
StartChildWorkflowExecutionInitiated EventType
StartTimerFailed EventType
TimerCanceled EventType
TimerFired EventType
TimerStarted EventType
WorkflowExecutionCancelRequested EventType
WorkflowExecutionCanceled EventType
WorkflowExecutionCompleted EventType
WorkflowExecutionContinuedAsNew EventType
WorkflowExecutionFailed EventType
WorkflowExecutionSignaled EventType
WorkflowExecutionStarted EventType
WorkflowExecutionTerminated EventType
WorkflowExecutionTimedOut EventType

Public Methods

Method Description
EventType ( string value ) : System

Default Constructor

FindValue ( string value ) : EventType

Finds the constant for the unique value.

Method Details

EventType() public method

Default Constructor
public EventType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : EventType
value string The unique value for the constant
return EventType

Property Details

ActivityTaskCancelRequested public static property

Constant ActivityTaskCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCancelRequested
return EventType

ActivityTaskCanceled public static property

Constant ActivityTaskCanceled for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCanceled
return EventType

ActivityTaskCompleted public static property

Constant ActivityTaskCompleted for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskCompleted
return EventType

ActivityTaskFailed public static property

Constant ActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskFailed
return EventType

ActivityTaskScheduled public static property

Constant ActivityTaskScheduled for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskScheduled
return EventType

ActivityTaskStarted public static property

Constant ActivityTaskStarted for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskStarted
return EventType

ActivityTaskTimedOut public static property

Constant ActivityTaskTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow ActivityTaskTimedOut
return EventType

CancelTimerFailed public static property

Constant CancelTimerFailed for EventType
public static EventType,Amazon.SimpleWorkflow CancelTimerFailed
return EventType

CancelWorkflowExecutionFailed public static property

Constant CancelWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow CancelWorkflowExecutionFailed
return EventType

ChildWorkflowExecutionCanceled public static property

Constant ChildWorkflowExecutionCanceled for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionCanceled
return EventType

ChildWorkflowExecutionCompleted public static property

Constant ChildWorkflowExecutionCompleted for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionCompleted
return EventType

ChildWorkflowExecutionFailed public static property

Constant ChildWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionFailed
return EventType

ChildWorkflowExecutionStarted public static property

Constant ChildWorkflowExecutionStarted for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionStarted
return EventType

ChildWorkflowExecutionTerminated public static property

Constant ChildWorkflowExecutionTerminated for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionTerminated
return EventType

ChildWorkflowExecutionTimedOut public static property

Constant ChildWorkflowExecutionTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow ChildWorkflowExecutionTimedOut
return EventType

CompleteWorkflowExecutionFailed public static property

Constant CompleteWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow CompleteWorkflowExecutionFailed
return EventType

ContinueAsNewWorkflowExecutionFailed public static property

Constant ContinueAsNewWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow ContinueAsNewWorkflowExecutionFailed
return EventType

DecisionTaskCompleted public static property

Constant DecisionTaskCompleted for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskCompleted
return EventType

DecisionTaskScheduled public static property

Constant DecisionTaskScheduled for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskScheduled
return EventType

DecisionTaskStarted public static property

Constant DecisionTaskStarted for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskStarted
return EventType

DecisionTaskTimedOut public static property

Constant DecisionTaskTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow DecisionTaskTimedOut
return EventType

ExternalWorkflowExecutionCancelRequested public static property

Constant ExternalWorkflowExecutionCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow ExternalWorkflowExecutionCancelRequested
return EventType

ExternalWorkflowExecutionSignaled public static property

Constant ExternalWorkflowExecutionSignaled for EventType
public static EventType,Amazon.SimpleWorkflow ExternalWorkflowExecutionSignaled
return EventType

FailWorkflowExecutionFailed public static property

Constant FailWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow FailWorkflowExecutionFailed
return EventType

MarkerRecorded public static property

Constant MarkerRecorded for EventType
public static EventType,Amazon.SimpleWorkflow MarkerRecorded
return EventType

RecordMarkerFailed public static property

Constant RecordMarkerFailed for EventType
public static EventType,Amazon.SimpleWorkflow RecordMarkerFailed
return EventType

RequestCancelActivityTaskFailed public static property

Constant RequestCancelActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelActivityTaskFailed
return EventType

RequestCancelExternalWorkflowExecutionFailed public static property

Constant RequestCancelExternalWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecutionFailed
return EventType

RequestCancelExternalWorkflowExecutionInitiated public static property

Constant RequestCancelExternalWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow RequestCancelExternalWorkflowExecutionInitiated
return EventType

ScheduleActivityTaskFailed public static property

Constant ScheduleActivityTaskFailed for EventType
public static EventType,Amazon.SimpleWorkflow ScheduleActivityTaskFailed
return EventType

SignalExternalWorkflowExecutionFailed public static property

Constant SignalExternalWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow SignalExternalWorkflowExecutionFailed
return EventType

SignalExternalWorkflowExecutionInitiated public static property

Constant SignalExternalWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow SignalExternalWorkflowExecutionInitiated
return EventType

StartChildWorkflowExecutionFailed public static property

Constant StartChildWorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow StartChildWorkflowExecutionFailed
return EventType

StartChildWorkflowExecutionInitiated public static property

Constant StartChildWorkflowExecutionInitiated for EventType
public static EventType,Amazon.SimpleWorkflow StartChildWorkflowExecutionInitiated
return EventType

StartTimerFailed public static property

Constant StartTimerFailed for EventType
public static EventType,Amazon.SimpleWorkflow StartTimerFailed
return EventType

TimerCanceled public static property

Constant TimerCanceled for EventType
public static EventType,Amazon.SimpleWorkflow TimerCanceled
return EventType

TimerFired public static property

Constant TimerFired for EventType
public static EventType,Amazon.SimpleWorkflow TimerFired
return EventType

TimerStarted public static property

Constant TimerStarted for EventType
public static EventType,Amazon.SimpleWorkflow TimerStarted
return EventType

WorkflowExecutionCancelRequested public static property

Constant WorkflowExecutionCancelRequested for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCancelRequested
return EventType

WorkflowExecutionCanceled public static property

Constant WorkflowExecutionCanceled for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCanceled
return EventType

WorkflowExecutionCompleted public static property

Constant WorkflowExecutionCompleted for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionCompleted
return EventType

WorkflowExecutionContinuedAsNew public static property

Constant WorkflowExecutionContinuedAsNew for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionContinuedAsNew
return EventType

WorkflowExecutionFailed public static property

Constant WorkflowExecutionFailed for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionFailed
return EventType

WorkflowExecutionSignaled public static property

Constant WorkflowExecutionSignaled for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionSignaled
return EventType

WorkflowExecutionStarted public static property

Constant WorkflowExecutionStarted for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionStarted
return EventType

WorkflowExecutionTerminated public static property

Constant WorkflowExecutionTerminated for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionTerminated
return EventType

WorkflowExecutionTimedOut public static property

Constant WorkflowExecutionTimedOut for EventType
public static EventType,Amazon.SimpleWorkflow WorkflowExecutionTimedOut
return EventType