workflows.services.types¶ Types and results for workflow executors. Classes¶ ExecutorResult Result returned by a step executor. Module Contents¶ class workflows.services.types.ExecutorResult[source]¶ Result returned by a step executor. status[source]¶ Workflow state guiding engine behavior. context[source]¶ Optional structured data to persist for this step (will be compacted). vars[source]¶ Optional nested dict to merge into the instance-global ctx.vars (stored under step_contexts[“$vars”]). status: workflows.models.State[source]¶ context: dict[str, Any] | None = None[source]¶ vars: dict[str, Any] | None = None[source]¶