Task Local Variable
📄️ Get Local Task Variables
Retrieves all variables of a given task by id.
📄️ Update/Delete Local Task Variables
Updates or deletes the variables in the context of a task. Updates precede deletions. So, if a variable is
📄️ Delete Local Task Variable
Removes a local variable from a task by id.
📄️ Get Local Task Variable
Retrieves a variable from the context of a given task by id.
📄️ Update Local Task Variable
Sets a variable in the context of a given task.
📄️ Get Local Task Variable (Binary)
Retrieves a binary variable from the context of a given task by id. Applicable for byte array and file
📄️ Update Local Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.