Click or drag to resize
IResumableGetResumeTransition Method
Returns the Transition that is the begining of resume

Namespace: FlexRule.Flows.Model.Nodes
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Transition GetResumeTransition(
	IActiveElementExecutor exec
)

Parameters

exec
Type: FlexRuleIActiveElementExecutor

Return Value

Type: Transition
See Also