You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`embedded:/forms/formio.html?path=/forms/MyStartForm.json` (where the MyStartForm.json was placed in the `src/main/webapp/forms` folder)
85
115
86
116
87
-
## Installation
88
-
89
-
### Camunda SpringBoot Deployment
90
-
91
-
See the `springboot` folder for a example of the deployment
92
-
93
-
### Typical Camunda Deployment
94
-
95
-
See the `docker` folder for an example of the deployment using the Camunda Tomcat distribution
96
-
97
-
98
117
## Submission Storage
99
118
100
119
When a successful submission occurs, a `json` variable will be created as a Process Instance Variable.
@@ -110,13 +129,6 @@ Very often the taskID (which is typically a UUID) will not be very meaningful.
110
129
consider using the `var` parameter to set a custom variable name or use the Activity ID (the `id` property when you are in the Modeler on a user task activity).
111
130
112
131
113
-
## Building Forms:
114
-
115
-
Local Builder: Deploy Webapp and access a local builder at: `http://..../forms/builder.html`
0 commit comments