Click or drag to resize

BCSDocument.ExecTransition Method (String, String, IEnumerable<String>)

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.111.0)
Syntax
public void ExecTransition(
	string transitionName,
	string comment,
	IEnumerable<string> todoUserNames
)

Parameters

transitionName
Type: System.String
The name of the workflow transition to execute.
comment
Type: System.String
The text message of a comment.
todoUserNames
Type: System.Collections.Generic.IEnumerable<String>
The collection of user names of to-do persons.
See Also