webinterface:webui_jobstarter
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
webinterface:webui_jobstarter [2023/11/13 21:50] – emcodem | webinterface: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: |
- | < | + | * user_variables |
- | http:// | + | |
- | user_variables | + | * file (string or json array of strings) |
- | file (string or json array of strings) | + | * wf_id (guid) |
- | wf_id (guid) | + | * start_proc (guid) |
- | + | ||
- | start_proc (guid) | + | |
+ | User variables is an array of name/data objects as seen in ffastrans api create job method: | ||
+ | < | ||
+ | http:// | ||
</ | </ | ||
webinterface/webui_jobstarter.1699912235.txt.gz · Last modified: 2023/11/13 21:50 by emcodem