Click or drag to resize
BCSProjectExecTransition Method (String, String, IEnumerableString)
Executes a workflow transition.

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 void ExecTransition(
	string transitionName,
	string comment,
	IEnumerable<string> managerUserNames
)

Parameters

transitionName
Type: SystemString
The name of the workflow transition to execute.
comment
Type: SystemString
The text message of a comment.
managerUserNames
Type: System.Collections.GenericIEnumerableString
The collection of user names of managers.
See Also