Function delete_workflow_execution

Source
pub async fn delete_workflow_execution(
    conn: &mut AsyncPgConnection,
    form: WorkflowExecutionDeleteInput,
) -> DatabaseResult<()>
Expand description

Flags the specified workflow execution as deleted.

ยงTables

  • workflow_executions