jworkflow icon indicating copy to clipboard operation
jworkflow copied to clipboard

JWorkflow is a light weight workflow library for Java

Results 13 jworkflow issues
Sort by recently updated
recently updated
newest added

Bumps [spring-data-mongodb](https://github.com/spring-projects/spring-data-mongodb) from 1.10.17.RELEASE to 3.3.5. Release notes Sourced from spring-data-mongodb's releases. 3.3.5 :green_book: Links Spring Data MongoDB 3.3 Reference documentation Spring Data MongoDB 3.3 Javadoc :notebook_with_decorative_cover: Documentation Improve documentation...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.3.21.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

PrintMessage workflow fails with this error : java.lang.RuntimeException: javax.script.ScriptException: :1:6 Expected ; but found 2.2 doing 2.2 The input json workflow looks like this { "id": "test-workflow", "version": 1, "dataType":...

Hello, I want to show each data in ArrayList with foreach loop with using json file. This is my json file ``` { "id": "test-workflow", "version": 1, "dataType": "io.blt.MyData", "steps":...

Nashorn engine is remove from Java 15. It is hard code in **_WorkflowModule class_** which will cause issues if someone will use this library with Java 15 or above. `bind(ScriptEngine.class).toInstance(new...

When trying to run Sample 05 from current master branch with MongoDB persistence Added in Line 18 of Main class `module.usePersistence(MongoPersistenceService.configure("mongodb://localhost:27017/jworkflow"));` I get the following exception: ``` java.lang.ClassCastException: class java.util.LinkedHashMap...

Can you tell me what DP did you use in your project? I can see Builder, Pub-sub but I don't know the main DP for workflow (stepbody,...) . What's its...

Could you please tell me if there are any plans for adding cancel condition support for java version of jworkflow as well? thanks, manigutium