-
On "**start**", Roboconf waits that all dependencies are started before to start a component. So a component is started after all its dependencies.
On "**stop**", Roboconf stops the component, next it…
-
```
What steps will reproduce the problem?
1. Take Activiti download from offical activiti site. I had activiti 5.13
2. unzip the compressed file to any folder
3. Look for the setup folder as mention…
-
```
What steps will reproduce the problem?
1. Take Activiti download from offical activiti site. I had activiti 5.13
2. unzip the compressed file to any folder
3. Look for the setup folder as mention…
-
```
Since grails 2.0.0 now support multiple data sources, it would be nice to add
support for configuring data source name in activiti plugin.
If this doesn't brake something else in the plugin (i.…
-
http://www.ypk1226.com/2019/02/24/workflow/activiti-1/
Activiti是一个用Java编写的开源工作流引擎,可以执行BPMN 2.0中描述的业务流程。Activiti是Alfresco的Alfresco Process Services (APS)的基础,而Alfresco是Activiti项
-
activiti-runtime-bundle Application run failed, how to fix it?
Following is logs:
```
2022-08-15 02:18:19.281 INFO [rb,,] 8 --- [ main] ConditionEvaluationReportLoggingListener :
…
-
```
What steps will reproduce the problem?
1.check out the signavio source from google code
2.run ant build-all-in-one-war
3.BUILD FAILED
What is the expected output? What do you see instead?
F:\Bo…
-
```
What steps will reproduce the problem?
1.check out the signavio source from google code
2.run ant build-all-in-one-war
3.BUILD FAILED
What is the expected output? What do you see instead?
F:\Bo…
-
```
What steps will reproduce the problem?
1.check out the signavio source from google code
2.run ant build-all-in-one-war
3.BUILD FAILED
What is the expected output? What do you see instead?
F:\Bo…
-
我们在生产中环境中发现位于activiti-core/activiti-engine/src/main/resources/org/activiti/db/mapping/entity/VariableInstance.xml中以下查询sql存在耗时异常问题
``` xml
select * from ${prefix}ACT_RU_VARIABLE
where…