result_by_id

Function result_by_id 

Source
pub async fn result_by_id(
    configuration: &Configuration,
    workspace: &str,
    flow_job_id: &str,
    node_id: &str,
) -> Result<Value, Error<ResultByIdError>>