Package version:

Interface WorkflowEnvelopeCollection

Collection of workflow information elements.

interface WorkflowEnvelopeCollection {
    nextLink?: string;
    value: WorkflowEnvelope[];
}

Properties

Properties

nextLink?: string

Link to next page of resources. NOTE: This property will not be serialized. It can only be populated by the server.

Collection of resources.