BCDocumentWorkflowExtender.GetDefaultTodoPersons Method (BCWorkflowTransition,String[],String[]) |
Resolves workflow to-do persons for the specified workflow transition.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntaxpublic void GetDefaultTodoPersons(
BCWorkflowTransition transition,
out string[] initialTodoUserNames,
out string[] possibleTodoUserNames
)
Public Sub GetDefaultTodoPersons (
transition As BCWorkflowTransition,
<OutAttribute> ByRef initialTodoUserNames As String(),
<OutAttribute> ByRef possibleTodoUserNames As String()
)
Parameters
- transition
- Type: BlueCieloECM.InnoCielo.Meridian.Server.BCWorkflowTransition
The workflow transition.
If null then the current workflow state will be used to resolve to-do persons.
- initialTodoUserNames
- Type:System.String[]
An array of user names of initial to-do persons. - possibleTodoUserNames
- Type:System.String[]
An array of user names of possible to-do persons.
Remarks
This method is applicable for the Document Type Workflow.
See Also