bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Create Java-based example of the API invocations. #1

Closed zambrovski closed 10 months ago

zambrovski commented 10 months ago

Scenario

In order to make sure that the API written in Kotlin is callable from Java, provide an example for invocation of all methods of the API. By doing so, make sure that the API is not using any Kotlin constructs which are unhandy from Java.