Click or drag to resize
ContextParameterDirections Enumeration
Direction of the process data parameter

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public enum Directions
Members
  Member nameValueDescription
In0 From the process to the application
InOut1 From the process to the application and from the application to the process
Out2 From the application to the process
See Also