Workflows.start
You're seeing just the function
start
, go back to Workflows module for more information.
Specs
start( Workflows.Workflow.t(), Workflows.Activity.ctx(), Workflows.Activity.args() ) :: Workflows.Execution.execution_result() | {:error, term()}
Starts a workflow
execution with the given ctx
and args
.