Skip to main content

cancel_workflow

Function cancel_workflow 

Source
pub async fn cancel_workflow<S: WorkflowStore>(
    __arg0: State<Arc<WorkflowCtx<S>>>,
    __arg1: Path<String>,
    body: Bytes,
) -> Result<StatusCode, AppError>