Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParameterMapping

OptimaJet.Workflow.Core.Execution.ParameterMapping

Represents a parameter mapping for an inline activity.

public class ParameterMapping

Inheritance

  • System.Object

Constructors

public ParameterMapping(string target, string expression, ParameterPurpose purpose = ParameterPurpose.Temporary) #
Represents a parameter mapping for an inline activity.

Parameters

Name
Type
Description
target
String
The name of the target parameter that the provided value expression will assign to.
expression
String
A value expression that will be used to assign a value to the target parameter.
purpose
ParameterPurpose
Specifies the purpose of the parameter if not defined in the scheme. Defaults to ParameterPurpose.Temporary.

Properties

Name
Type
Target #
String
The name of the target parameter that the provided value expression will assign to.
Expression #
String
A value expression that will be used to assign a value to the target parameter.
Purpose #
ParameterPurpose
Specifies the purpose of the parameter if not defined in the scheme. Defaults to ParameterPurpose.Temporary.