Click or drag to resize

DslWorkflowDefinition Properties

The DslWorkflowDefinition type exposes the following members.

Properties
  Name Description
Public property AcceptInput The flag of the Workflow Definition. That indicates workflow accept input or not.
Public property AcceptMultipleDataObjects The flag of the Workflow Definition. That indicates workflow accept multiple data objects as input or not.
Public property DataSources The data sources in a workflow definition.
Public property DCReferences The data class references in a workflow definition.
Public property Description The description of the workflow definition.
Public property DisplayName The display name of the Workflow Definition.
Public property Id The identifier of the Workflow Definition.
Public property IsAuto The flag of the Workflow Definition. That indicates workflow is automatic workflow.
Public property IsNonPersistent The flag of the Workflow Definition. That indicates workflow is non-persistent automatic workflow.
Public property IsTransactional The flag of the Workflow Definition. That indicates workflow is transactional workflow.
Public property Name The name of the Workflow Definition.
Public property ProductId The product is that the workflow definition is depending.
Public property RequirePrimaryDataObject The flag of the Workflow Definition. That indicates workflow requires a primary data object as input or not.
Public property Tags The tags of the workflow definition.
Public property UsedForCreationOfNewCase The flag of the Workflow Definition. That indicates workflow is used in new case or not.
Top
See Also