TaskMergerTMergeTasks Method

Scanjour Workflow4 Reference Manual
Merges single step user tasks

Namespace:  Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void MergeTasks(
	ICollection<T> userTasks,
	IEnumerable<string> actors,
	int minOrderId,
	bool isSequential
)

Parameters

userTasks
Type: System.Collections.GenericICollectionT
User tasks already on a step
actors
Type: System.Collections.GenericIEnumerableString
List of actor IDs to have pending tasks after update
minOrderId
Type: SystemInt32
Minimal order ID to use when positioning tasks
isSequential
Type: SystemBoolean

[Missing <param name="isSequential"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.UserTasks.TaskMerger`1.MergeTasks(System.Collections.Generic.ICollection{`0},System.Collections.Generic.IEnumerable{System.String},System.Int32,System.Boolean)"]

See Also

Reference