Skip to main content

Enumeration: ActionContextAsyncStepType

An async step type.

Enumeration Members​

Enumeration MemberValueDescription
Resume"resume"The flow is about to continue.
ResumeError"resumeError"The flow yield just threw, which might be recovered (caught) or not.
Return"return"The flow is about to return (finish).
Spawn"spawn"The flow is about to start.
Throw"throw"The flow is about to throw an error to the flow caller.