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

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void ExecuteTransition(
	BCWorkflowTransition transition,
	string comment,
	IEnumerable<string> todoUserNames,
	IEnumerable<string> managerUserNames
)

Parameters

transition
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowTransition
The workflow transition to execute.
comment
Type: SystemString
The text message of a comment.
todoUserNames
Type: System.Collections.GenericIEnumerableString
The collection of user names of to-do persons.
managerUserNames
Type: System.Collections.GenericIEnumerableString
The collection of user names of managers.
Remarks
This method is applicable for the Document Type Workflow.
See Also