BCSDocumentStartWorkFlow Method (String, String) |
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.111.0)
Syntax public void StartWorkFlow(
string workflowName,
string transitionName
)
Public Sub StartWorkFlow (
workflowName As String,
transitionName As String
)
Parameters
- workflowName
- Type: SystemString
The name of the workflow. - transitionName
- Type: SystemString
The name of the transition.
See Also