User Tools

Site Tools


webinterface:webui_jobstarter
Examples for jobstarter with predefined values from URL:

You can override or better set user variable values via URL. This comes in handy especially when integrating with other systems, e.g. the other system generates the href link on the fly and the user just clicks it.

Note that all url parameters should of course be url encoded, this is something you can do only from code.

The following parameters are supported to be submitted via URL parameter:

  • user_variables (array of json objects)
  • file (string or json array of strings)
  • wf_id (guid)
  • start_proc (guid)

User variables is an array of name/data objects as seen in ffastrans api create job method:

http://localhost:3002/webinterface/components/jobstarter.html?user_variables=[{%22name%22:%22s_date%22,%22data%22:%22test%22}]
webinterface/webui_jobstarter.txt · Last modified: 2023/11/13 21:51 by emcodem

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki