Post Action failure

Hi , I am setting direct download setting for client in Actionscript. After download , we reset it to default. I have some action code after that. Now everything works fine when action is successful. But in case of failure client settings remain as it is.
I need to know if we can execute any code in case of action failure on endpoint?

Why are you setting the direct download setting for the client in the first place? The only reason I could see this would make sense if for clients completely off of the corporate network and have no local relays available.


You could tag the endpoint at the beginning and remove the tag at the end.

You could detect that tag and that the setting is not correct and that it has been for a bit, and then set it back.

You could also have a policy action that always sets it back to the default. It would automatically run after an action that changes it, or perhaps after all actions before it have run.


Related:

1 Like