Skip to main content

insert_cron_workflow

Function insert_cron_workflow 

Source
pub async fn insert_cron_workflow(
    pool: &PgPool,
    id: CronWorkflowId,
    payload: &CreateCronWorkflowRequest,
    secret_token: &str,
    external_job_id: Option<String>,
) -> Result<(), Error>
Expand description

Inserts a new cron workflow.