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.