User Tools

Site Tools


webinterface:webui_jobstarter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
webinterface:webui_jobstarter [2023/11/13 21:48] emcodemwebinterface:webui_jobstarter [2024/10/08 13:50] (current) emcodem
Line 1: Line 1:
- +==== Examples for jobstarter with predefined values from URL: ====
-== 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. 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.
Line 6: Line 5:
 Note that all url parameters should of course be url encoded, this is something you can do only from code. Note that all url parameters should of course be url encoded, this is something you can do only from code.
  
-User variables (note user variables is an array of name/data objects as seen in ffastrans api create job method:+The following parameters are supported to be submitted via URL parameter:
  
-<code> +  * user_variables (array of json objects)
-http://localhost:3002/webinterface/components/jobstarter.html?user_variables=[{%22name%22:%22s_date%22,%22data%22:%22test%22}]+
  
-http://localhost:3002/webinterface/components/jobstarter.html?file=\\server\share\file.mp4+  * 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:
 +
 +<code>
 +http://localhost:3002/webinterface/components/jobstarter.html?user_variables=[{%22name%22:%22s_date%22,%22data%22:%22test%22}]
 </code> </code>
  
webinterface/webui_jobstarter.1699912123.txt.gz · Last modified: 2023/11/13 21:48 by emcodem

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki