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

    Interface PublicWorkflow

    A public workflow in Cobalt.

    interface PublicWorkflow {
        _id: string;
        description?: string;
        name: string;
    }
    Index

    Properties

    Properties

    _id: string

    The workflow ID.

    description?: string

    The workflow description.

    name: string

    The workflow name.