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

    Interface PublicWorkflowPayload

    The payload for creating a public workflow for the linked account.

    interface PublicWorkflowPayload {
        description?: string;
        name: string;
        slug?: string;
    }
    Index

    Properties

    description?: string

    The workflow description.

    name: string

    The workflow name.

    slug?: string

    The application slug in which this workflow should be created.