Workflow Class
Autodesk.Connectivity.WebServices›Autodesk.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
| Name | Description |
|---|---|
| DispName | A display name for the workflow. |
| Id | A unique identifier for the workflow. |
| IsAct | If true, then the Workflow is active. |
| IsDflt | If true, then the Workflow is the default workflow. |
| Name | A unique name for the workflow. |
Returned By
Where you get a Workflow — members that return one.
- ChangeOrderGrp.Workflow
- ChangeOrderService.GetAllActiveWorkflows
- ChangeOrderService.GetDefaultWorkflow
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Workflow