Type Alias chris::Workflow

source ·
pub type Workflow<A> = LinkedModel<WorkflowResponse, A>;

Aliased Type§

struct Workflow<A> {
    pub object: WorkflowResponse,
    /* private fields */
}

Fields§

§object: WorkflowResponse

Implementations§

source§

impl<A: Access> Workflow<A>

source

pub fn plugin_instances(&self) -> Search<PluginInstanceResponse, A>

Get plugin instance of this workflow.