Workflows.recover
You're seeing just the function
recover
, go back to Workflows module for more information.
Specs
recover(Workflows.Workflow.t(), [Workflows.Event.t()]) :: Workflows.Execution.execution_result() | {:error, term()}
Recovers a workflow
execution from events
.