Click or drag to resize
IWorkflowServiceGetNextActivity Method (String, String, String, IDictionaryString, String)

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetNextActivity(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
IList<NodeView> GetNextActivity(
	string processGUID,
	string version,
	string activityGUID,
	IDictionary<string, string> condition
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString
activityGUID
Type: SystemString
condition
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: IListNodeView
See Also