Click or drag to resize
BCSWorkflowTransition Method
Returns the workflow transition with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCSWorkflowTransition Transition(
	string name
)

Parameters

name
Type: SystemString
The name of the workflow transition to return.

Return Value

Type: BCSWorkflowTransition
The workflow transition with the specified name.
See Also