Skip to main content

insert_step_instance_with_spec

Function insert_step_instance_with_spec 

Source
pub async fn insert_step_instance_with_spec<'a, E>(
    executor: E,
    id: StepInstanceId,
    run_id: RunId,
    step_name: &str,
    step_type: &str,
    status: StepStatus,
    iteration_index: Option<i32>,
    spec: Value,
    params: Value,
    created_at: DateTime<Utc>,
) -> Result<PgQueryResult, Error>
where E: Executor<'a, Database = Postgres>,
Expand description

Insert step instance with spec.