C# Class Amazon.SimpleWorkflow.EventType

Constants used for properties of type EventType.
Inheritance: ConstantClass
Exibir arquivo 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_oe static_oe property

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

ActivityTaskCanceled public_oe static_oe property

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

ActivityTaskCompleted public_oe static_oe property

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

ActivityTaskFailed public_oe static_oe property

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

ActivityTaskScheduled public_oe static_oe property

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

ActivityTaskStarted public_oe static_oe property

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

ActivityTaskTimedOut public_oe static_oe property

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

CancelTimerFailed public_oe static_oe property

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

CancelWorkflowExecutionFailed public_oe static_oe property

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

ChildWorkflowExecutionCanceled public_oe static_oe property

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

ChildWorkflowExecutionCompleted public_oe static_oe property

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

ChildWorkflowExecutionFailed public_oe static_oe property

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

ChildWorkflowExecutionStarted public_oe static_oe property

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

ChildWorkflowExecutionTerminated public_oe static_oe property

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

ChildWorkflowExecutionTimedOut public_oe static_oe property

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

CompleteWorkflowExecutionFailed public_oe static_oe property

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

ContinueAsNewWorkflowExecutionFailed public_oe static_oe property

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

DecisionTaskCompleted public_oe static_oe property

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

DecisionTaskScheduled public_oe static_oe property

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

DecisionTaskStarted public_oe static_oe property

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

DecisionTaskTimedOut public_oe static_oe property

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

ExternalWorkflowExecutionCancelRequested public_oe static_oe property

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

ExternalWorkflowExecutionSignaled public_oe static_oe property

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

FailWorkflowExecutionFailed public_oe static_oe property

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

MarkerRecorded public_oe static_oe property

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

RecordMarkerFailed public_oe static_oe property

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

RequestCancelActivityTaskFailed public_oe static_oe property

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

RequestCancelExternalWorkflowExecutionFailed public_oe static_oe property

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

RequestCancelExternalWorkflowExecutionInitiated public_oe static_oe property

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

ScheduleActivityTaskFailed public_oe static_oe property

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

SignalExternalWorkflowExecutionFailed public_oe static_oe property

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

SignalExternalWorkflowExecutionInitiated public_oe static_oe property

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

StartChildWorkflowExecutionFailed public_oe static_oe property

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

StartChildWorkflowExecutionInitiated public_oe static_oe property

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

StartTimerFailed public_oe static_oe property

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

TimerCanceled public_oe static_oe property

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

TimerFired public_oe static_oe property

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

TimerStarted public_oe static_oe property

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

WorkflowExecutionCancelRequested public_oe static_oe property

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

WorkflowExecutionCanceled public_oe static_oe property

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

WorkflowExecutionCompleted public_oe static_oe property

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

WorkflowExecutionContinuedAsNew public_oe static_oe property

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

WorkflowExecutionFailed public_oe static_oe property

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

WorkflowExecutionSignaled public_oe static_oe property

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

WorkflowExecutionStarted public_oe static_oe property

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

WorkflowExecutionTerminated public_oe static_oe property

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

WorkflowExecutionTimedOut public_oe static_oe property

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