Converts a document currently in document type workflow to a state in a workflow definition. This
method is only supported when Work Isolation Mode is turned off and the document itself is not
released. It can also be used to make a transition (reroute) from one state to another within the same
workflow definition and to make a transition to the Released state either by revoking the workflow (if it is in the
beginning state) or by releasing the document if it is in an end state.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
Parameters
- vaultidentifier
- Type:
System String
The vault in which the document resides.
- docid
- Type:
System String
The unique identifier of the document inside the vault.
- wfdef
- Type:
System String
The internal name of the advanced document workflow definition to which this document should be converted.
- wfstate (Optional)
- Type:
System String
The internal name of the workflow state in the definition the document should be set to as current workflow state.
- comments (Optional)
- Type:
System String
Optional string. Comment to be written in the comment log of the file.
- todopersons (Optional)
- Type:
System Object
Optional. An array of strings each representing a todo person
- transition (Optional)
- Type:
System String
Optional. Name of the transition to be executed.
Remarks
See Also