Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowExecution

Hierarchy

Implements

Index

Constructors

constructor

Properties

cause

cause: SWF.WorkflowExecutionCancelRequestedCause

childPolicy

childPolicy: SWF.ChildPolicy

continuedExecutionRunId

continuedExecutionRunId: SWF.WorkflowRunIdOptional

decisionTaskCompletedEventId

decisionTaskCompletedEventId: SWF.EventId

details

details: SWF.Data

executionStartToCloseTimeout

executionStartToCloseTimeout: SWF.DurationInSecondsOptional

externalInitiatedEventId

externalInitiatedEventId: SWF.EventId

externalWorkflowExecution

externalWorkflowExecution: WorkflowExecution

finishResult

finishResult: string

input

input: SWF.Data

lambdaRole

lambdaRole: SWF.Arn

newExecutionRunId

newExecutionRunId: SWF.WorkflowRunId

onChange

onChange: Observable<WorkflowExecutionStates>

parentInitiatedEventId

parentInitiatedEventId: SWF.EventId

parentWorkflowExecution

parentWorkflowExecution: WorkflowExecution

reason

reason: SWF.FailureReason | SWF.TerminateReason

requestedCause

requestedCause: SWF.WorkflowExecutionCancelRequestedCause

requestedDetails

requestedDetails: SWF.Data

requestedResult

requestedResult: SWF.Data

result

result: SWF.Data

stateHistory

stateHistory: WorkflowExecutionStates[] = []

tagList

tagList: SWF.TagList

taskList

taskList: TaskList

taskPriority

taskPriority: SWF.TaskPriority

taskStartToCloseTimeout

taskStartToCloseTimeout: SWF.DurationInSecondsOptional

timeoutType

timeoutType: SWF.WorkflowExecutionTimeoutType

workflowType

workflowType: WorkflowType

Accessors

currentState

Methods

goTo

notify

  • notify(): void

Private processCancelFailed

  • processCancelFailed(event: HistoryEvent): void

Private processCancelRequested

  • processCancelRequested(event: HistoryEvent): void

Private processCanceled

  • processCanceled(event: HistoryEvent): void

Private processCompleteFailed

  • processCompleteFailed(event: HistoryEvent): void

Private processCompleted

  • processCompleted(event: HistoryEvent): void

Private processContinuedAsNew

  • processContinuedAsNew(event: HistoryEvent): void

Private processContinuedAsNewFailed

  • processContinuedAsNewFailed(event: HistoryEvent): void

Protected processEvent

  • processEvent(eventType: EventType, event: HistoryEvent): void

Private processExecutionFailed

  • processExecutionFailed(event: HistoryEvent): void

Private processFailFailed

  • processFailFailed(event: HistoryEvent): void

processHistoryEvent

  • processHistoryEvent(event: HistoryEvent): void

Private processStarted

  • processStarted(event: HistoryEvent): void

Private processTerminated

  • processTerminated(event: HistoryEvent): void

Private processTimedOut

  • processTimedOut(event: HistoryEvent): void

setCompleteStateRequestedWith

  • setCompleteStateRequestedWith(result: string): void

setExecutionFailedStateRequestedWith

  • setExecutionFailedStateRequestedWith(cause: string, details: string): void

Generated using TypeDoc