Table of Contents

Class DynamicWorkflowExpressionResult

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

A class contains the result of a dynamic workflow expression

public class DynamicWorkflowExpressionResult

Inheritance

objectDynamicWorkflowExpressionResult

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DynamicWorkflowExpressionResult>(DynamicWorkflowExpressionResult)

Constructors

DynamicWorkflowExpressionResult()

public DynamicWorkflowExpressionResult()

Properties

InputParameters

The list of parameters that will be passed to the workflow

public Dictionary<string, string> InputParameters { get; set; }

Property Value

Dictionary<string, string>

ProcessName

The name of process for running the workflow

public string ProcessName { get; set; }

Property Value

string

WorkflowDefinitionName

The name of workflow definition that engine will be running

public string WorkflowDefinitionName { get; set; }

Property Value

string