Actions
Task #682
openRefactor CustomActivityBehaviorFactory out of core-impl
Status:
New
Priority:
Normal
Assignee:
Vít Švanda
Category:
Modularity
Target version:
-
Start date:
08/31/2017
Due date:
% Done:
0%
Estimated time:
Owner:
Description
AbstractWorkflowIntegrationTest currently has to return ActivityBehaviorFactory, which is implemented only in core-impl module.
To creating workflow test parent in custom module, one has to implement the AbstractWorkflowIntegrationTest#getBehaviourFactory
and return CustomActivityBehaviorFactory - for such reason a dependency on core-impl is required.
The goal of this task is to workflow testing parent class so that it is not necesarry to depend on implementation module.
Related issues
Updated by Vít Švanda about 7 years ago
- Target version deleted (
Diamond (7.4.0))
Updated by Radek Tomiška about 7 years ago
- Has duplicate Task #444: Activiti test configuration outside core module added
Updated by Artem Kolychev about 5 years ago
You can overite ActivitiRule bean. copy eu.bcvsolutions.idm.core.workflow.config.TestConfig to you'r module.
P.S. variable (ProcessEngine processEngine) can show error "No beans of type found". It is normal ))
Actions