| BCDocumentWorkflowExtenderGetDefaultTodoPersons Method (BCWorkflowState, String, String) |
Resolves workflow to-do persons for the specified workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void GetDefaultTodoPersons(
BCWorkflowState state,
out string[] initialTodoUserNames,
out string[] possibleTodoUserNames
)
Public Sub GetDefaultTodoPersons (
state As BCWorkflowState,
<OutAttribute> ByRef initialTodoUserNames As String(),
<OutAttribute> ByRef possibleTodoUserNames As String()
)
public:
void GetDefaultTodoPersons(
BCWorkflowState^ state,
[OutAttribute] array<String^>^% initialTodoUserNames,
[OutAttribute] array<String^>^% possibleTodoUserNames
)
member GetDefaultTodoPersons :
state : BCWorkflowState *
initialTodoUserNames : string[] byref *
possibleTodoUserNames : string[] byref -> unit
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The workflow state.
If then the current workflow state will be used to resolve to-do persons.
- initialTodoUserNames
- Type: SystemString
An array of user names of initial to-do persons. - possibleTodoUserNames
- Type: SystemString
An array of user names of possible to-do persons.
Remarks
This method is applicable for the Document Type Workflow.
See Also