DynamicWorkflowExpressionResult Class

A class contains the result of a dynamic workflow expression

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DynamicWorkflowExpressionResult
Inheritance
Object    DynamicWorkflowExpressionResult

Constructors

DynamicWorkflowExpressionResult Initializes a new instance of the DynamicWorkflowExpressionResult class

Properties

InputParameters The list of parameters that will be passed to the workflow
ProcessName The name of process for running the workflow
WorkflowDefinitionName The name of workflow definition that engine will be running

See Also