cancel
Showing results for 
Search instead for 
Did you mean: 

Retun messages from Action

support-alfresc
Champ in-the-making
Champ in-the-making
Hi,

I have a action in explorer which run some controls on a directory content. It's a java action extending ActionExecuterAbstractBase.
The action is available via the share interface for the users.

I want some return my action more precise that sucess/failure. I would like message displayed to the user to let them know what are the result like :

- Folder validated.
- File XX.csv is missing.
- File XX.xml is malformed
- ….


How can return message from my action ?

Thank you
1 REPLY 1

niketapatel
Star Contributor
Star Contributor
Hi ActionExecuterAbstractBase is base class for Rule actions. And this action is available in Share so you must be configuring rule to execute this action.
And rule gets triggered based on create/update/delete node policy so I dont think from there you can get any success/failure response.