An open API service indexing awesome lists of open source software.

https://github.com/dmarrazzo/rhpam-dynamic-subprocesses


https://github.com/dmarrazzo/rhpam-dynamic-subprocesses

Last synced: 9 months ago
JSON representation

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);
```