Module workflow

Module workflow 

Source

Structs§

Scope
The internal interface of the scope, used to connect elements inside the scope to the start, terminate, and stream operations of the scope.
ScopeSettings
Settings which determine how the top-level scope of the workflow behaves.
WorkflowSettings
Settings that describe some aspects of a workflow’s behavior.

Enums§

DeliverySettings
Settings which determine how the workflow delivers its requests: in serial (handling one request at a time) or in parallel (allowing multiple requests at a time).

Traits§

SpawnWorkflowExt
Trait to allow workflows to be spawned from a Commands or a World.