@shortcut/client
    Preparing search index...

    Interface EpicWorkflow

    The entity for this response.

    interface EpicWorkflow {
        created_at?: string;
        default_epic_state?: EpicStateSlim;
        entity_type?: "epic-workflow";
        epic_states?: NestedEpicStateList;
        id?: number;
        updated_at?: string;
    }
    Index

    Properties

    created_at?: string

    The time/date the Epic Workflow was created.

    date-time

    default_epic_state?: EpicStateSlim

    The current Epic State.

    entity_type?: "epic-workflow"

    The type of this entity.

    epic_states?: NestedEpicStateList

    A list of Epic States in the Epic Workflow.

    id?: number

    The unique ID of the Epic Workflow.

    int64

    updated_at?: string

    The time/date the Epic Workflow was last updated.

    date-time