Roboteka
Roboteka · Robots · Task Mute mode

Task Mute mode

The "Task Mute mode" robot turns the silent mode of a task by its ID on or off in Bitrix24 (Alaio) business processes and robots. Notifications of a muted task stop bothering the user the application acts as. It returns a Success Y/N flag.

The robot drives the task silent mode from a process: mute enables Mute, unmute brings the notifications back. The mode applies to the user the application performs requests as. Typical use cases: silence service container tasks a process creates for accounting where notifications are noise; mute routine tasks with frequent auto-comments; bring notifications back when a task enters its active phase. If the task is not found, Success = N is returned. Use the returned Y/N flag in the condition of the next step of the business process.

What input parameters does the robot accept?

Parameter Type Required? Default
Task ID int yes
Action: mute — enable Mute, unmute — disable (default mute) string

What does the robot return?

Parameter Type
Success (Y/N) string

Scenario: silent service tasks

  1. A process creates a technical container task for work accounting
  2. The robot enables the Mute mode on it
  3. The container auto-comments stop making noise in notifications

Related robots