{% if uuid is not empty %} {% set item = createModel('JobsRegistry').findById(uuid) %} {% endif %} {% set job = service('queue').create(item.name) %} {% set properties = job.descriptor().collection('parameters') %} {% component 'semantic~panel' %}

{{ labels.job }}

{{ item.name }}
{{ component('queue::admin.jobs.push.type',{}) }}

{{ labels.properties }}

{{ component('semantic~properties.items',{ items: properties }) }}
{{ component('semantic~form.footer',{ button_title: buttons.push }) }}
{% endcomponent %}