Click or drag to resize

WorkflowInstanceGetUserTransitions Method

Returns the user transitions for the current workflow state.

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public IEnumerable<UserTransition> GetUserTransitions(
	bool includeHidden
)

Parameters

includeHidden
Type: SystemBoolean

Return Value

Type: IEnumerableUserTransition
See Also