Skip to main content

persist_step_instance

Function persist_step_instance 

Source
pub async fn persist_step_instance(
    instance: &StepInstance,
    executor: &mut PgConnection,
) -> Result<()>
Expand description

Persists a StepInstance state change to the database, along with logs and outputs.