Advanced Operations

There are a lot of features readily built in Pladipus to make it a secure environment for a wide variety of tasks. This chapter handles the more advanced features in detail.


The Admin Console

An admin console is available to users with the admin privilege. This option become available at the Edit -> Admin Settings menu item.

alt text


Creating a custom template

  • It is possible create your own template file outside of the Run Creation dialog. Please ensure the template file has the following layout :
<template run='Example' user='pladmin' priority='4'>
 	<steps>
  	</steps> 
 	<parameters>
 		<run>
 		</run>
   		<job>
 		</job>
 	</parameters>
 </template> 

Chaining jobs

In some cases it is mandatory that jobs are executed sequentially. As of version 1.1.0 this is possible by either :

  • adding a “chain” flag in the template ```