run_and_stream_flow_by_path

Function run_and_stream_flow_by_path 

Source
pub async fn run_and_stream_flow_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    request_body: HashMap<String, Value>,
    include_header: Option<&str>,
    queue_limit: Option<&str>,
    job_id: Option<&str>,
    skip_preprocessor: Option<bool>,
    memory_id: Option<&str>,
    poll_delay_ms: Option<i64>,
) -> Result<String, Error<RunAndStreamFlowByPathError>>