java action

0
Hi all , i implemented the web push notification module in my app , when i just create basic notification and send notification i get a push notification BUT when i add the java action : AddButtonOpenPageMicroflow  it doens’t work anymore ! If someone has a idea it would help me
asked
3 answers
1

Are you seeing any errors in your console?

Is this a custom Java Action you wrote? Can you share the code, and also show how it is being called please?

answered
0

Does the user have the proper security rights for the microflow?

answered
0

hi , 

First of all thank’s for your reply!

Concerning my app , i don’t have any errors on the console.

Here is where i call my microflow which creates a push notfication:

https://www.dropbox.com/s/d2x5se4zpj9tnrp/Capture%20d%27%C3%A9cran%202021-02-23%2018.44.15.png?dl=0

Here is the screenshot of the way i use the java action :

https://www.dropbox.com/s/ki74n3pnyv9c68e/Capture%20d%27%C3%A9cran%202021-02-23%2018.34.01.png?dl=0

Here is the microflow called in the java action : it calles the notification page 

https://www.dropbox.com/s/whvozggoae2mrl6/Capture%20d%27%C3%A9cran%202021-02-23%2018.36.22.png?dl=0

waiting for your help guys :) !!

 

answered