Workflow Task
Properties
Name | Type | Description |
---|---|---|
|
|
The Email of the principal to whom this workflow task has been assigned. |
|
|
The ID of the principal to whom this workflow task has been assigned. |
|
|
The Name of the principal to whom this workflow task has been assigned. |
|
|
The workflow task context. |
|
|
The Description of this document. |
|
|
Any documents that are bound to the workflow task. |
|
|
The ID of this document. |
|
|
The ID of the project that this workflow task was launched within (if applicable). If the workflow task as not launched inside of a project, this will be null. |
|
|
The title of the project that this workflow task was launched within (if applicable). If the workflow task as not launched inside of a project, this will be null. |
|
|
The properties for this document. |
|
|
The time when this workflow task completed. If the workflow task hasn't completed, this will be null. |
|
|
The time when this workflow task started. |
|
|
The Title of this document. |
|
|
Any data that is bound to the workflow task. |
|
|
The Description of the workflow instance with which this task is connected. |
|
|
The ID of the workflow instance with which this task is connected. |
|
|
The Title of the workflow instance with which this task is connected. |
Methods
stringify
Usage
string stringify()
Arguments
None
Return
Type | Description |
---|---|
|
Examples
In this code sample, we take the JSON for the given document and produce a string representation of it.
var text = document.stringify(true);