Raise a Custom Event

The AMPS action system provides a way to create custom events and run an action when the custom event is raised. A custom event is raised by the amps-action-do-execute-event action. Events are received by the amps-action-on-execute-event module.

This action requires one of the following parameters:

ParameterDescription

Event (required)

The name of the event to raise.

There is no default value for this parameter.

EventVariable (required)

The variable from which to retrieve the name of the event to raise.

There is no default value for this parameter.

This module does not add any variables to the AMPS context. However, the variables currently in the AMPS context will be received by any action that runs in response to this event.

Last updated

Copyright 2013-2024 60East Technologies, Inc.