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>Expand description
Insert step instance with spec.