Click or drag to resize

DynamicWorkflowExpressionResult Class

A class contains the result of a dynamic workflow expression
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDynamicWorkflowExpressionResult

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

The DynamicWorkflowExpressionResult type exposes the following members.

Constructors
 NameDescription
Public methodDynamicWorkflowExpressionResultInitializes a new instance of the DynamicWorkflowExpressionResult class
Top
Properties
 NameDescription
Public propertyInputParameters The list of parameters that will be passed to the workflow
Public propertyProcessName The name of process for running the workflow
Public propertyWorkflowDefinitionName The name of workflow definition that engine will be running
Top
See Also