@shortcut/client
    Preparing search index...

    Interface WorkflowStateSlim

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

    interface WorkflowStateSlim {
        entity_type: "workflow-state:slim";
        id: number;
        name: string;
        uri: string;
        workflow_name: string;
    }
    Index

    Properties

    entity_type: "workflow-state:slim"

    The type of this entity.

    id: number

    The unique ID of the Workflow State.

    int64

    name: string

    The name of the Workflow State.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$

    workflow_name: string

    The name of the Workflow this state belongs to.