Function create_workflow_execution

Source
pub async fn create_workflow_execution(
    conn: &mut AsyncPgConnection,
    form: WorkflowExecutionCreateInput,
) -> DatabaseResult<WorkflowExecutionCreateOutput>
Expand description

Creates the new workflow execution and returns its ID.

ยงTables

  • workflow_executions