Skip to main content
ExampleDescription
Cancel RunDemonstrates starting a workflow run in one thread and cancelling it from another.
Workflow Deep CopyDemonstrates creating isolated workflow copies with deep_copy(update=...).
Event StorageDemonstrates storing workflow events while skipping selected high-volume events.
Executor EventsDemonstrates filtering internal executor events during streamed workflow runs.
Workflow MetricsDemonstrates reading workflow and step-level metrics from WorkflowRunOutput.
Remote WorkflowDemonstrates executing a workflow hosted on a remote server using RemoteWorkflow.
Workflow CLIDemonstrates using Workflow.cli_app() for interactive command-line workflow runs.
Workflow SerializationDemonstrates to_dict(), save(), and load() for workflow persistence.