Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: System activities > General > Develope system activities

Logos

Scroll Prev Top Next More

The logo of a system activity will be displayed in the flowchart and for the configuration in form of an icon. These icons must be created in SVG format with the file structure specified below and named toolbox_icon.svg.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg>

 <!-Your content-->

</svg>

Please note: In older system activities it was possible to provide separate icons for the flowchart and configuration. While this is currently still supported, we recommend updating them according to these specifications.