Skip to main content

terminate_workflow

Function terminate_workflow 

Source
pub async fn terminate_workflow<S: WorkflowStore>(
    __arg0: State<Arc<AppState<S>>>,
    __arg1: Path<String>,
    __arg2: Json<Option<TerminateBody>>,
) -> Result<StatusCode, AppError>