Civitai · Arazzo Workflow
Civitai Query and Cancel a Running Workflow
Version 1.0.0
List active workflows, inspect the first one, cancel it, and confirm the canceled state.
View Spec
View on GitHub
Artificial IntelligenceImage-GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
workflow-query-cancel
Find a processing workflow, cancel it, and confirm the canceled state.
Queries workflows by status, inspects the first match, updates it to canceled, and re-reads it to confirm.
1
queryRunning
queryWorkflows
Query the consumer's workflows filtered by status and capture the first workflow id.
2
inspectWorkflow
getWorkflow
Inspect the first returned workflow to confirm its current status before canceling.
3
cancelWorkflow
updateWorkflow
Update the workflow, setting its status to canceled.
4
confirmCanceled
getWorkflow
Re-read the workflow to confirm it reports a canceled status.
Source API Descriptions
openapi