Interface PublicWorkflowPayload

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

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

Properties

description?: string

The workflow description.

name: string

The workflow name.

slug?: string

The application slug in which this workflow should be created.