run_and_stream_flow_by_path_get

Function run_and_stream_flow_by_path_get 

Source
pub async fn run_and_stream_flow_by_path_get(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    include_header: Option<&str>,
    queue_limit: Option<&str>,
    payload: Option<&str>,
    job_id: Option<&str>,
    skip_preprocessor: Option<bool>,
    memory_id: Option<&str>,
    poll_delay_ms: Option<i64>,
) -> Result<String, Error<RunAndStreamFlowByPathGetError>>