Skip to main content

GetWorkflowResponseContent

Type Alias GetWorkflowResponseContent 

Source
pub type GetWorkflowResponseContent = Workflow;

Aliased Type§

pub struct GetWorkflowResponseContent {
    pub id: i64,
    pub name: Option<String>,
    pub created_at: Option<DateTime<Utc>>,
    pub updated_at: Option<DateTime<Utc>>,
    pub app_url: Option<String>,
    pub stages: Option<Vec<WorkflowStage>>,
}

Fields§

§id: i64§name: Option<String>§created_at: Option<DateTime<Utc>>

ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)

§updated_at: Option<DateTime<Utc>>

ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)

§app_url: Option<String>§stages: Option<Vec<WorkflowStage>>

The workflow’s stages in position order. Present on GetWorkflow.