pub async fn handle_approval_notification( run_id: RunId, step_id: StepInstanceId, spec: Value, pool: PgPool, _nats_client: Client, ) -> Result<()>
Handle approval notification.