Dsl
|
public class DslWorkflowDefinition
The DslWorkflowDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| DslWorkflowDefinition | Initializes a new instance of the DslWorkflowDefinition class |
| Name | Description | |
|---|---|---|
| AcceptInput | The flag of the Workflow Definition. That indicates workflow accept input or not. | |
| AcceptMultipleDataObjects | The flag of the Workflow Definition. That indicates workflow accept multiple data objects as input or not. | |
| DataSources | The data sources in a workflow definition. | |
| DCReferences | The data class references in a workflow definition. | |
| Description | The description of the workflow definition. | |
| DisplayName | The display name of the Workflow Definition. | |
| Id | The identifier of the Workflow Definition. | |
| IsAuto | The flag of the Workflow Definition. That indicates workflow is automatic workflow. | |
| IsNonPersistent | The flag of the Workflow Definition. That indicates workflow is non-persistent automatic workflow. | |
| IsTransactional | The flag of the Workflow Definition. That indicates workflow is transactional workflow. | |
| Name | The name of the Workflow Definition. | |
| ProductId | The product is that the workflow definition is depending. | |
| RequirePrimaryDataObject | The flag of the Workflow Definition. That indicates workflow requires a primary data object as input or not. | |
| Tags | The tags of the workflow definition. | |
| UsedForCreationOfNewCase | The flag of the Workflow Definition. That indicates workflow is used in new case or not. |