Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RollcallWorkflowAdapter

Hierarchy

  • WorkflowStepHandler<GameModel>
    • RollcallWorkflowAdapter

Implements

Index

Constructors

constructor

Properties

WorkflowName

WorkflowName: string

excludedHandler

excludedHandler: string[]

includedHandler

includedHandler: string[]

Private rollcallFactory

rollcallFactory: RollcallFactory

Methods

GameEngineInputHandlerEvent

  • GameEngineInputHandlerEvent(context: IRequestContext): void

NoIntent

  • NoIntent(context: IRequestContext): void

StartStep

  • StartStep(context: IRequestContext, wc: WorkflowController<GameModel>): Promise<void>

YesIntent

  • YesIntent(context: IRequestContext): void

canHandle

  • canHandle(intentOrRequestName: string, wc: WorkflowController<GameModel>): boolean
  • Parameters

    • intentOrRequestName: string
    • wc: WorkflowController<GameModel>

    Returns boolean

getWorkflowStepStateFromRollcall

  • getWorkflowStepStateFromRollcall(rollcall: Rollcall): WorkflowStepState

Generated using TypeDoc