Job action plugin

Job action plugin#

How it works#

In general, run action plugins do not provide new dedicated functionality, but they are able to execute action plugins in response to a specific event. This plugin is capable to work with action plugins associated with jobs.

There is possible to choose actions that will be performed on the selected event. This action field also supports setting the order in which the plugins should be executed.

../../_images/bacularis_plugin_run_action_plugin_diagram.png

Configuration#

There is possible to attach action plugins to the following events:

  • Pre-create - on create Job resource before creating it.

  • Post-create - on create Job resource after creating it.

  • Pre-update - on update Job resource before updating it.

  • Post-update - on update Job resource after updating it.

  • Pre-remove - on remove Job resource before removing it.

  • Post-remove - on remove Job resource after removing it.

  • Pre-run manually - on run Job manually in the web interface before running it.

  • Post-run manually - on run Job manually in the web interface after running it.

The plugin settings window:

../../_images/bacularis_plugin_job_action_configuration_window.png