-
For example , there is a Instance A, when A goes into a java service task, in this java service task(Method A), it call flowable api to make another instance B to go to next task. Instance B also call…
-
Imix workflow is running on Glassfish application server V2.1 with below jars.
imixs-workflow-api-2.1.0.jar
imixs-workflow-jee-2.1.0.jar
imixs-workflow-jee-impl-2.1.0.jar
…
-
Hi,
I imported the sample application of imixs in eclipse and tried to run it on a WildFly 10 server.
There are the following errors:
```
15:44:08,446 ERROR [org.jboss.msc.service.fail] (MSC servi…
-
Sorry to bother again, but I posted a comment to my closed issue #350 that might have gone unnoticed.
The fix to class _org.flowable.engine.impl.bpmn.helper.ErrorPropagation_ applied to version 601 i…
-
I have been trying to use Imixs Workflow in a J2EE application and the experience is interesting. I have a challenge fetching workItems for user roles that are not defined in the realm configuration.…
-
Hello, I created small sample diagram and script, that must resume execution of diagram if it unexpectedly stops. But in fact it executes only last block and stops whole script. Please help, what I'm …
-
This is a very common job scenario where we want to run jobs in sequence/chain.
Each job would define a set of requirements for it to execute eg, status of previous job in the chain.
The report of th…
-
I have a process with a sub process, i dont know the reason why jus take the fist item of the collection and then ends the loop
## Workflow
```xml
…
rkmax updated
7 years ago
-
Hi!
Unfortunatly the Auto-Deployment fails with camunda-bpm-spring-boot-starter 1.3.0 and Spring-Boot 1.4.1 because Spring-Boot doesn't find ClassPath Resources.
my application.yaml File
```
...
ca…
-
在部署流程的时候,选择从文件系统的一个bpm20.xml文件导入,不报错,但是在流程定义页面没有增加新的内容。
期望结果是部署后,在流程定义页面出现一个新的流程。