Search code examples
javaspring-bootactiviti

How to get form property in a user task in activiti7?


I'm now using activiti7 with spring-boot2, but there are some problems trouble me.

In activiti6 or activiti5, I can user FormService to get form property of a task, but in activiti7, I can not autowire FormService, can any one tell me how to get form property of a task in activiti7?


Solution

  • In activiti 7 we are going full for cloud deployments, meaning that the responsibility of the different components is now decoupled. We chose to start with the core elements for that reason the Form Service is not longer available in the core library and it will be provided as a separate service later on. For now you can link your tasks to UI/Pages using the Task-formKey property.