Click or drag to resize

WorkflowConfigurationGetStateById Method

Returns the workflow state with the specified ID.

Namespace:  Colygon.MatchPoint.WorkflowKit.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public WorkflowState GetStateById(
	Guid id
)

Parameters

id
Type: SystemGuid

Return Value

Type: WorkflowState
See Also