@shortcut/client
    Preparing search index...

    Interface Workflow

    interface Workflow {
        auto_assign_owner?: boolean;
        created_at?: string;
        default_workflow_state?: WorkflowStateSlim;
        description?: string | null;
        entity_type?: "workflow";
        id?: number;
        name?: string;
        teams?: NestedTeamSlimList;
        updated_at?: string;
        workflow_states?: NestedWorkflowStateSlimList;
    }
    Index

    Properties

    auto_assign_owner?: boolean

    Indicates if an owner is automatically assigned when an unowned story is started.

    created_at?: string

    The time/date the Workflow was created.

    date-time

    default_workflow_state?: WorkflowStateSlim

    The default Workflow State of the Workspace's default Workflow.

    description?: string | null

    The description of the Workflow.

    entity_type?: "workflow"

    The type of this entity.

    id?: number

    The unique ID of the Workflow.

    int64

    name?: string

    The name of the Workflow.

    A list of Teams that this Member belongs to.

    updated_at?: string

    The time/date the Workflow was last updated.

    date-time

    workflow_states?: NestedWorkflowStateSlimList

    A list of Workflow States in the Workflow.