pub type WorkflowResult<T> = Result<T, WorkflowError>;
Expand description

Internal type to handle running workflows