Skip to content

ResolutionCompletedFlow

ResolutionCompletedFlow is an extension of the Flow abstraction for flows with a flow function executed successfully or not (ResolvedFlow and ResolutionFailedFlow, respectively).

Contract

UnresolvedFlow

flow: UnresolvedFlow

UnresolvedFlow

Used when:

FlowFunctionResult

funcResult: FlowFunctionResult

FlowFunctionResult

FlowFunctionResult

FlowFunctionResult is used to assert that ResolvedFlow and ResolutionFailedFlow are in proper state.

Used when:

Implementations