Click or drag to resize
BCSDocumentStartWorkFlow Method (String, String, String, IEnumerableString, IEnumerableString)
Initiates a workflow for the document.

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 StartWorkFlow(
	string workflowName,
	string transitionName,
	string comment,
	IEnumerable<string> todoUserNames,
	IEnumerable<string> managerUserNames
)

Parameters

workflowName
Type: SystemString
The name of the workflow.
transitionName
Type: SystemString
The name of the transition.
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.
See Also