Click or drag to resize

DslWorkflowDefinition Class

The DslWorkflowDefinition is corresponding Workflow Definition in Casewhere system. It contains exposed data on a Workflow Definitions.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWorkflowDefinition

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public class DslWorkflowDefinition

The DslWorkflowDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDslWorkflowDefinition
Initializes a new instance of the DslWorkflowDefinition class
Top
Properties
  NameDescription
Public propertyAcceptInput
The flag of the Workflow Definition. That indicates workflow accept input or not.
Public propertyAcceptMultipleDataObjects
The flag of the Workflow Definition. That indicates workflow accept multiple data objects as input or not.
Public propertyDataSources
The data sources in a workflow definition.
Public propertyDCReferences
The data class references in a workflow definition.
Public propertyDescription
The description of the workflow definition.
Public propertyDisplayName
The display name of the Workflow Definition.
Public propertyId
The identifier of the Workflow Definition.
Public propertyIsAuto
The flag of the Workflow Definition. That indicates workflow is automatic workflow.
Public propertyIsNonPersistent
The flag of the Workflow Definition. That indicates workflow is non-persistent automatic workflow.
Public propertyIsTransactional
The flag of the Workflow Definition. That indicates workflow is transactional workflow.
Public propertyName
The name of the Workflow Definition.
Public propertyProductId
The product is that the workflow definition is depending.
Public propertyRequirePrimaryDataObject
The flag of the Workflow Definition. That indicates workflow requires a primary data object as input or not.
Public propertyTags
The tags of the workflow definition.
Public propertyUsedForCreationOfNewCase
The flag of the Workflow Definition. That indicates workflow is used in new case or not.
Top
See Also