Workflows.recover

You're seeing just the function recover, go back to Workflows module for more information.
Link to this function

recover(workflow, events)

View Source

Specs

recover(Workflows.Workflow.t(), [Workflows.Event.t()]) ::
  Workflows.Execution.execution_result() | {:error, term()}

Recovers a workflow execution from events.