Properties that identify a published workflow.

interface PublishedWorkflowId {
    entityId?: string;
    name: string;
}

Properties

Properties

entityId?: string

The entity ID of the workflow.

name: string

The name of the workflow.