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

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetNextActivity(System.Int32,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#
NodeView GetNextActivity(
	int taskID,
	IDictionary<string, string> condition = null
)

Parameters

taskID
Type: SystemInt32
condition (Optional)
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: NodeView
See Also