@cobaltio/cobalt-js
    Preparing search index...

    Interface PublicWorkflow

    A public workflow in Cobalt.

    interface PublicWorkflow {
        _id: string;
        createdAt: string;
        description?: string;
        name: string;
        published: boolean;
        slug?: string;
        updatedAt: string;
    }
    Index

    Properties

    _id: string

    The workflow ID.

    createdAt: string

    The workflow created at.

    description?: string

    The workflow description.

    name: string

    The workflow name.

    published: boolean

    Whether the workflow is published.

    slug?: string

    The application's slug in which this workflow exists.

    updatedAt: string

    The workflow updated at.