Properties that identify a workflow.

interface WorkflowId {
    draft: boolean;
    name: string;
}

Properties

Properties

draft: boolean

Whether the workflow is in the draft state.

name: string

The name of the workflow.