cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

Xsoar - I am not able to fire demisto.executeCommand() from XSoar

L0 Member

Hii... 

Actually I am working on xsoar, i am trying to execute demisto.executeCommand from integration but i am getting exception that will not get execute in integrations, is there any way to implement executeCommand from integrations

actually i want to get saved incident from the xsoar server and check wether it is duplicating the new upcoming incidents

 

if not hasattr(demisto, 'executeCommand'):
raise DemistoException('Cannot run demisto.executeCommand() from integrations.')

 

i am getting above exception, this code is available in commonserverpython

Who Me Too'd this topic