File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ Now you can access UI Process via http://your-domain.com/process
33
33
34
34
# # Features
35
35
36
+ # ## Launch process via UI
37
+ From UI "Process List" menu entry you can run a process by clicking on "Rocket" action.
38
+ You can manage this behaviour by setting some ui options on process configuration ui option.
39
+
40
+ | Options | Values | UI behaviour |
41
+ |----------------------------------|----------------|:---------:|
42
+ | input_context_launcher_form<br>run_confirmation_modal | false<br>false | Run process without any confirmation
43
+ | input_context_launcher_form<br>run_confirmation_modal | true<br>false | On click, open a form to set input and context execution
44
+ | input_context_launcher_form<br>run_confirmation_modal | false<br>true | On click, open confirmation model to confirm process execution
45
+
36
46
# ## Launch process via http request
37
47
You can launch a process via http post request
38
48
First you need to generate a token via UI User edit form. The UiProcess generate for you a auth token (keep it in secured area, it will display once).
You can’t perform that action at this time.
0 commit comments