Autodesk Vault ProfessionalVault API

Workflow Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A workflow is a collection of states and activities that a Change Order can pass along.

Syntax

public class Workflow 
Public Class Workflow 

Properties

NameDescription
DispNameA display name for the workflow.
IdA unique identifier for the workflow.
IsActIf true, then the Workflow is active.
IsDfltIf true, then the Workflow is the default workflow.
NameA unique name for the workflow.

Returned By

Where you get a Workflow — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Workflow

See Also