Host adapter for steer-during execution control state.
Summary
Callbacks
@callback get_pause_report(WorkflowStem.Types.execution_id()) :: map() | nil
@callback peek(WorkflowStem.Types.execution_id()) :: map() | nil
@callback register_execution(WorkflowStem.Types.execution_id(), pid(), pos_integer()) :: :ok | {:error, term()}