Package version:

Workflow properties definition.

interface WorkflowEnvelope {
    id?: string;
    kind?: string;
    location?: string;
    name?: string;
    properties?: WorkflowEnvelopeProperties;
    type?: string;
}

Properties

id?: string

The resource id. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: string

The resource kind.

location?: string

The resource location.

name?: string

Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Additional workflow properties.

type?: string

Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.