Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
AttributeDescriptionTypeDefault ValueFixed ValuesMandatory/OptionalNotes
forEvent

Defines the event for which this execution should be performed. This gives user the flexibility to define executions for each event.

 
  1. promote
  
  1. - Event transits the LC state to next level.
  2. demote - Event transits the LC state to previous state.
  • Promote
  • Demote
Mandatory - valid event value must be given.
  • promote/demote - When invoke this event the LC state change from its current state to target state which is defined within the <transition> element by the "target" attribute.
classDefines the class that needs to be executed at runtime. A user must give the full, qualified name of a class that implements the Execution interface, as the value of the attribute class.     

...