Skip to main content

run_flow_by_version

Function run_flow_by_version 

Source
pub async fn run_flow_by_version(
    configuration: &Configuration,
    workspace: &str,
    version: i64,
    request_body: HashMap<String, Value>,
    scheduled_for: Option<String>,
    scheduled_in_secs: Option<i32>,
    skip_preprocessor: Option<bool>,
    parent_job: Option<&str>,
    tag: Option<&str>,
    job_id: Option<&str>,
    include_header: Option<&str>,
    invisible_to_owner: Option<bool>,
    memory_id: Option<&str>,
) -> Result<Uuid, Error<RunFlowByVersionError>>