Sending notifications to slack (part 2)

  • 9 January 2021
  • 2 replies
  • 5 views

Hi

in continuation of the topic about sending notifications about problems with robots https://community.kryonsystems.com/s/question/0D506000078syJ2CAI/sending-slack-notifications-from-your-kryon-robot,

sent notifications about unsuccessfully completed tasks that are performed by robots

 

the trigger was configured on the Kryon database, the LeoAutomationRunHistoryAnalyticsData table

with the condition WizardCompletedStatus! = 0

 

Only tasks that complete with errors

 

Very convenient when you are not behind the pc


2 replies

Thank you @Dmitry Dmitry​ !

I am adding here an explanation of how to use *.dwiz file for those who need it.

@Dmitry Dmitry​ - what applications should be defined in order to import this wizard? What version was this crated on?

(By the way, you can save it as *.lwiz, and then it will be possible to import without defining applications or regardless of the version used.

@ayelet Gazit​ 

version 20.3.3.3

no applications required

through the database trigger, information about the task number arrives in the wizard, then a request is made to the database in the table to obtain data on the incorrect completion of the task, and then the script is sent through the API to the slack channel

Reply