Give us feedback
action-info
Web icon

Action Info

Stable version 3.0.6 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 20 January 2021 by 
5.0
 (7 ratings)
action-info

Action Info

Details
Returns information of the executing server action, including action name, inputs, eSpace name and more. Useful for logging and debugging.
Read more

Reads the StackTrace and returns useful information, including the name of the executing Action, eSpace name, Screen name, Web Service name, whether the action is being executed by reference or in a mobile context, and more.



Examples of use

  • Creating logging/auditing data which has Action name or Screen name and previously had those fields hardcoded.
  • Execute different logic in the same Action when running inside a Timer (such as setting different timeouts for service requests, doing more resource-intensive tasks, etc).
  • Identifying when the Action has been triggered by a Client Action from a mobile application and skipping part of the flow in order to make the response faster.


Release notes (3.0.6)

Upgraded .NET Framework version to 4.7.2.

Reviews (0)
Related assets
More from Caio Santana Magalhães