Create a new instance of the type Token. This constructor is used by the library's code and should not be used by API users.
Context information of the call. In most of the cases you can build the context using the request object.
ProtectedclassProtectedcontextProtected OptionalcurrentProtected OptionalcurrentProtected OptionalendProtectedfieldsProtectedfieldsProtectedisProtectedlistsProtectednumberProtectedoidProtected OptionalresponsibleProtected OptionalsourceProtected OptionalstartProtected OptionalstatusProtectedsubjectProtected OptionalworkProtected OptionalworkStaticClassGet the current task execution data of the token
Get the end date and time of the token
Get the Number of the token
Get the identifier of the token
Get type of Token
Get the start date and time of the token
Get the status of the work item.
Get the subject of the token
Set the identifier of the token
The new content for the field Subject.
Add a row to the record list.
Name of the record list.
A dictionary containing all the fields of the row.
A promise to retrieve the content of the new object added to the record list.
Get the instance of the flow element of the current task.
ProtectedGetRetrieve all rows from a record list field.
Name of the record list.
A promise to retrieve the content record list.
ProtectedGetProtectedLogLog an Error message. Users can view the message content by accessing the edit dialog in the task list interface. Click the three-dot icon at the top right (or left in RTL) and select 'Logs'.
Content of the message.
OptionaldetailLink: stringLog an Information message. Users can view the message content by accessing the edit dialog in the task list interface. Click the three-dot icon at the top right (or left in RTL) and select 'Logs'.
Content of the message.
Log an Warning message. Users can view the message content by accessing the edit dialog in the task list interface. Click the three-dot icon at the top right (or left in RTL) and select 'Logs'.
Content of the message.
Save all pending changes of a field of type record list.
Context information of the call. In most of the cases you can build the context using the request object.
Name of the record list.
Update a row in a record list.
Name of the record list.
A list of identifiers for the rows in the record list.
A dictionary containing all the fields of the row.
StaticFindFind a token by an identifier
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the instance.
Promise to get the object instance of a token.
StaticGetGet a list of all tokens of the same WorkItem.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the WorkItem.
Promise to get a list of tokens.
StaticParseLoad the object's content from JSON data.
Context information of the call. In most of the cases you can build the context using the request object.
An array of key-value pairs (JSON data).
Object instance initialized.
A Token is a concurrent component of a WorkItem. Typically, it is linked to the current task and associated with the user responsible for that task.