Documentation

Assignment

Scope: catalog Permissions: all

Set of methods for handling assignments.

rpa.task.*

Method Description Available from version
rpa.task.delete({typeId: number, stageId: number, robotName: string}) Deletes automation rule with name robotName from the process with ID typeId and from stage with ID stageId.

Parameters:
  • typeId - process identifier
  • stageId - stage identifier
  • robotName - automation rule name
rpa.task.addUser({typeId: number, stageId: number, robotName: string, userValue: string}) Adds user to existing assignment.

Parameters:
  • typeId - process identifier
  • stageId - stage identifier
  • robotName - automation rule name
  • userValue - string with user having the format "Name last name [user ID]"
rpa.task.do({}) Method to execute an assignment. Set of parameters depends on an assignment.


© «Bitrix24», 2001-2024
Up