Dsl Workflow Definition Class
The DslWorkflowDefinition is corresponding Workflow Definition in Casewhere system.
It contains exposed data on a Workflow Definitions.
Definition
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslWorkflowDefinition- Inheritance
- Object DslWorkflowDefinition
Constructors
| DslWorkflowDefinition | Initializes a new instance of the DslWorkflowDefinition class |
Properties
| 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. |