Details about a workflow.

interface DeprecatedWorkflow {
    default?: boolean;
    description?: string;
    lastModifiedDate?: string;
    lastModifiedUser?: string;
    lastModifiedUserAccountId?: string;
    name?: string;
    scope?: Scope;
    steps?: number;
}

Properties

default?: boolean
description?: string

The description of the workflow.

lastModifiedDate?: string

The datetime the workflow was last modified.

lastModifiedUser?: string

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

lastModifiedUserAccountId?: string

The account ID of the user that last modified the workflow.

name?: string

The name of the workflow.

scope?: Scope

The scope where this workflow applies

steps?: number

The number of steps included in the workflow.