WorkflowArgument Class

Definition

An argument to be passed to a workflow at run-time.

public ref class WorkflowArgument sealed
[System.Serializable]
public sealed class WorkflowArgument
[<System.Serializable>]
type WorkflowArgument = class
Public NotInheritable Class WorkflowArgument
Inheritance
WorkflowArgument
Attributes

Constructors

WorkflowArgument()

Initializes an instance of the WorkflowArgument class.

Properties

ArgumentType

Gets or sets the data type of the workflow argument.

ContainerType

Gets or sets the collection type that can contain the workflow argument.

Description

Gets or sets a description of the workflow argument.

Direction

Gets or sets the data direction of the workflow argument.

EntityName

Gets or sets the logical name of the primary entity that the workflow is executing for.

Name

Gets or sets a name for the workflow argument.

Required

Gets or sets if the workflow argument is required.

Target

Gets or sets whether the argument is the primary entity being supplied to the workflow.

Value

Gets or sets the value of the workflow argument.

Applies to