BCSDocument StartWorkFlow Method (String, String, String, IEnumerable String , IEnumerable String )Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Initiates a workflow for the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public void StartWorkFlow(
	string workflowName,
	string transitionName,
	string comment,
	IEnumerable<string> todoUserNames,
	IEnumerable<string> managerUserNames
)

Parameters

workflowName
Type: OnlineSystem String
The name of the workflow.
transitionName
Type: OnlineSystem String
The name of the transition.
comment
Type: OnlineSystem String
The text message of a comment.
todoUserNames
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
The collection of user names of to-do persons.
managerUserNames
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
The collection of user names of managers.
See Also