The activation path from the Activity Host, which is set as the target of this action, to the Activity node you want to activate. The activation path contains only the Activity nodes and the Activity Hosts nodes.
Base abstraction for Actions for DataTrigger, such as ForwardingApplyAction and ApplyActivationAction.
An ApplyAction applies the changes described in the Action on apply(), and reverts them on unapply().
An ApplyActivationAction keeps an Activity node activated for as long as the condition is met in
a DataTrigger that contains this action. When the trigger condition is no longer met, Kanzi rolls back the state of
the Activity node to the state before the action was applied. Use the ApplyActivationAction only with a DataTrigger.