How do I get the Action name of an Event?
![]()
I am using the following code in my policy.
Event event = (Event) getParameters().get("LIFECYCLE_EVENT_KEY"); How do I get the action name and Identifier? And how do I get the state, that my asset is entering in case I am moving to a new state. (We have a custom LifeCycle) Thx |