How to get the value of ACTION in RTC
Accepted answer
Check the wiki.
since 4.0 M1https://jazz.net/wiki/bin/view/Main/AttributeCustomizationgetWorkflowAction()
returns a string that is the id of a workflow action currently selected by the user. This action will be executed when the item is saved. If the user has not selected any action this method will returnnull
. Note: This method works only when used inside a Condition script, the return value will always benull
when this is used in other customization script types.