Click or drag to resize

Definition Class

This class contains helpers in order to work with a process definition
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.ProcessDefinition

Namespace:  WorkflowGen.My.Process
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class Definition

The Definition type exposes the following members.

Constructors
  NameDescription
Public methodDefinition
Initializes a new instance of the Definition class
Top
Methods
  NameDescription
Public methodStatic memberGetApplicationsFromXPDL
Retrieves the workflow applications of a specific process xpdl
Public methodStatic memberGetGlobalListsFromXPDL
Retrieves global lists which are used as databind in a specific process xpdl
Public methodStatic memberGetGroupsFromXPDL
Retrieves the distinct groups of a specific process xpdl
Public methodStatic memberGetProcessStatusFromXPDL
Retrieves the status of a specific process xpdl
Public methodStatic memberGetProcessVersionFromXPDL
Public methodStatic memberGetSubProcessesFromXPDL
Retrieve the sub processes of a specific process xpdl
Top
See Also