Skip to main content

enqueue_workflow_run

Function enqueue_workflow_run 

Source
pub async fn enqueue_workflow_run(
    pool: &DbPool,
    payload: &WorkflowRunEnqueue<'_>,
) -> Result<WorkflowRunDbRecord>