(16●7●5)
Sep 08 '10, 12:20 p.m.
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