Description
This object represents a document definition.
Properties
Property |
Type |
Access |
Description |
Id |
Numeric |
Read |
Identifier |
Name |
Character |
Read |
Name |
Error |
WorkflowError |
Read |
Error |
Methods
CreateInstates a new document instance associated to the specified workitem.
CreateInstance (workitem, name): WorkflowDocumentInstance
Name |
Type |
Movement |
Description |
workitem |
WorkflowWorkitem |
Input |
Workitem |
name |
Character |
Input |
Document name to be created |
This method creates a new instance of the document associated to the workitem specified, based on a specific file.
CreateInstanceFromFile (workitem, name, file): WorkflowDocumentInstance
Name |
Type |
Movement |
Description |
workitem |
WorkflowWorkitem |
Input |
Workitem |
name |
Character |
Input |
Document name to be created |
file |
Character |
Input |
Complete path to the file |
See Also