Click or drag to resize

TaskMergerTMergeTasks Method

Merges single step user tasks

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void MergeTasks(
	ICollection<T> userTasks,
	IEnumerable<string> actors,
	int minOrderId,
	bool isSequential
)

Parameters

userTasks  ICollectionT
User tasks already on a step
actors  IEnumerableString
List of actor IDs to have pending tasks after update
minOrderId  Int32
Minimal order ID to use when positioning tasks
isSequential  Boolean

[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