On a Custom Event
Last updated
Last updated
Copyright 2013-2024 60East Technologies, Inc.
The AMPS action system provides a way to create custom events and run an action when the custom event is raised. This can be useful in cases where an identical set of Do
steps should be run in response to several different events.
The amps-action-on-execute
event runs when a specified custom event is raised by the amps-action-do-execute-event
action.
The AMPS context for this event is the same as the AMPS context from which the amps-action-do-execute-event
runs.
This action requires the following parameters:
Parameter | Description |
---|---|
This module does not add any variables to the AMPS context.
Event
The event to respond to. When an amps-action-do-execute-event
that specifies the same Event
runs, this action will run.
There is no default for this parameter.