resuming suspended flows as owner is now through flow id

This commit is contained in:
Ruben Fiszel
2022-12-24 09:16:30 +01:00
parent fcb466812a
commit cd435fa07c
7 changed files with 94 additions and 11 deletions

View File

@@ -598,6 +598,7 @@ pub struct QueuedJob {
pub pre_run_error: Option<String>,
pub email: String,
pub visible_to_owner: bool,
pub suspend: Option<i32>,
}
impl QueuedJob {