Skip to main content

Good day,

 

For a certain use case, we are generating 1000+ signals. At one time, we are able to see only 50 signals as attached. Is it possible to see all the signals generated in one go. The main aim is to select all the signals at once and mark them as resolved or completed. In the current scenario where we can see only 50 signals, we can only mark these 50 signals are completed and it becomes a very tedious process to mark all signals are resolved.

2022-10-03_15h55_32 

Please advise if there is any configuration where we can change this setting and view all signals at once.

 

Thanks, Meghna

Hello,

 

The only option I can image probably will be going into browser developer tools into "network" section, and see which URL is requested when rendering AE signal list. Second step would be retriving URL for POST request which send user when clicking on the mark. At the end you'll need to write python code with Pycelonis module to first get specific pages in loop, and send request to mark whole page.

 

I've used that solution to automate applying permission-table as there's no scheduling option.

You can also create feature request, but it may take months or years to implement that, and you don't have any control over it.

 

https://celonis.github.io/pycelonis/1.6.0/reference/celonis_api/celonis/#celonis_api.celonis.Celonis.api_request

 

Best Regards,

Mateusz Dudek


Reply