Autodesk Vault ProfessionalVault API

WorkflowInfo Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Extended information for a Workflow.

Syntax

public class WorkflowInfo 
Public Class WorkflowInfo 

Properties

NameDescription
ActivityArrayAn array of all the Activities in the Workflow. An Activity is a connection from one state to another.
WorkflowStateArrayAn array of all the states in the Workflow.

Returned By

Where you get a WorkflowInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.WorkflowInfo

See Also