Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Action Configurations can be uploaded using the Upload button. It is required to enter an action configuration id and select a XML file with the event action configuration. All tags that are configured in the action configurations, will be available in a selection list in the tag field on the schedule a new taks page: Scheduled Tasks - New Task.

Image Modified

Since 2019.02 it is also possible to upload multiple configurations in one go using the Upload Multiple button: Image Added

Since 2019.02 all action configurations can be downloaded as well with the download button: Image Added

All uploaded files will be displayed in the action configurations list. 

Image Modified

Using the Versions button all versions of the action configuration are displayed. Versions can be deleted or the default can be changed using the "Delete" and "Set Default" buttons.

Image Modified

Event Action Mappings

In the ActionMappings part of the page event code to action id mappings can be created. This can be done manually or by uploading an existing mapping file.

Using the Image Added button, a event code and

...

a action configuration can be selected. When the event code is logged in FEWS, the associated action configuration will be executed. You can only map to existing action configuration by selecting them from a dropdown list. 

Image Added

In the Action Mappings table a list of event code to action id mappings is displayed.

Warning

The event codes used in these examples are non existing event codes. For valid event codes, please see: Event Codes


Image Added

From this list existing mappings can be deleted. For testing purposes it is also possible to generate a log event with the event code. This should trigger the configured action event mapping.

To download existing mappings, the Image Added can be used. This will result in a xml file similar to the following:

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<eventActionMappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="eventactionmappings.xsd">
    <eventActionMapping actionId="action_configuration_action_scheduled_repeat_interval" eventCode="ENHANCE.EVENT"></eventActionMapping>
    <eventActionMapping actionId="action_configuration_action_scheduled_resume" eventCode="RESUME.EVENT"></eventActionMapping>
    <eventActionMapping actionId="action_configuration_action_scheduled_suspend" eventCode="SUSPEND.EVENT"></eventActionMapping>
</eventActionMappings>


Delete multiple event actions or event mappings (since 2021.02)

It is possible to delete multiple event actions or event mappings at a time. Using the checboxes one or more action configurations or action mappings can be selected. Using the "Delete" button all selected entries will be removed.

Image Added

Advanced options

In multi-MC setups, it is possible to combine the failover mechanism with event actions. See LogEventProcessor for more detailsBy using this screen, new action  configurations can be configured in Delft-FEWS and new Action Mappings can be defined..