@shortcut/client
    Preparing search index...

    Interface EntityTemplateSubTask

    interface EntityTemplateSubTask {
        name?: string;
        owners?: MemberSlim[];
        position?: number;
        workflow_state?: WorkflowStateSlim;
    }
    Index

    Properties

    name?: string

    The name of the Sub-Task.

    owners?: MemberSlim[]

    An array of Members who own this Sub-Task.

    position?: number

    The position of the Sub-Task within the list.

    int64

    workflow_state?: WorkflowStateSlim

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