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
Copy file name to clipboardExpand all lines: docs/developer-guide/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,12 @@ If you copied a process model you need to change a few things according to your
53
53
* Update the references to configuration **forms** to your own configuration forms. See [Creating configuration forms](#configforms)
54
54
</details>
55
55
56
-
When you finished the Process Modell compile it to a jar.
57
-
> **Note**: Take a look at the prepackaged scan processes to see how.
56
+
### Integrate your process model with the engine
58
57
59
-
Just store your `custom-process.jar` in the `./plugins` folder. This folder is also registered as docker volume. This enables adding and editing plugins without rebuilding the docker container.
58
+
When you finished the process model compile it to a jar.
59
+
60
+
Just store your `custom-process.jar` in the `./plugins` folder in this project. This folder is also registered as docker volume. This enables adding and editing plugins without rebuilding the docker container.
61
+
> **Hint**: Take a look into the _target_ folder of your project.
60
62
61
63
### Creating configuration forms
62
64
@@ -74,7 +76,7 @@ The Forms are HTML Documents with embedded AngularJS code for custom logic.
74
76
75
77
There are some parts, both logic and definitions, which are shared across processes. These pieces are extracted into their own module. You can include this module in your own code and reuse it.
76
78
77
-
> **Note**: If you write your scanner in a JVM language you can use the report and finding definitions inside the scanner not just inside the engine plugin.
79
+
> **Hint**: If you write your scanner in a JVM language you can use the report and finding definitions inside the scanner not just inside the engine plugin.
0 commit comments