https://github.com/dmarrazzo/rhpam-dynamic-subprocesses
https://github.com/dmarrazzo/rhpam-dynamic-subprocesses
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmarrazzo/rhpam-dynamic-subprocesses
- Owner: dmarrazzo
- Created: 2019-11-14T10:09:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T10:10:20.000Z (about 6 years ago)
- Last Synced: 2025-01-22T20:51:18.844Z (11 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Subprocesses
=======================
How to dynamically call a subprocess from another process.
Usage
-----------------------
Start the main process and pass as process id one of the two childs:
- `subproc.child1`
- `subproc.child2`
Code Snippet
-----------------------
```java
kcontext.getKieRuntime().startProcess(processId, params);
```