Click or drag to resize
IProcessModelGetNextActivityTree Method (Int32, String, IDictionaryString, String)

[Missing <summary> documentation for "M:Slickflow.Engine.Xpdl.IProcessModel.GetNextActivityTree(System.Int32,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
IList<NodeView> GetNextActivityTree(
	int processInstanceID,
	string currentActivityGUID,
	IDictionary<string, string> condition
)

Parameters

processInstanceID
Type: SystemInt32
currentActivityGUID
Type: SystemString
condition
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: IListNodeView
See Also