WFProcessMergingInstruction

Description

A class that provides instructions for merging process instances during runtime.

Syntax

public class WFProcessMergingInstruction

Constructors

Not Applicable.

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

MergingProcessInstanceIDs

Function:
An array that includes the process instance IDs of the process instances you are merging.
Type
string
Accepted Values:
An array of valid process instance IDs.

MergedProcessInstance

Function:
An instance of the MergedProcess Parameter class that includes the merged process instance.
Type
MergedProcessParameter
Accepted Values:
A valid An MergedProcess Parameter object.