Class CoreProcessService
java.lang.Object
com.flowable.core.service.process.CoreProcessService
@Transactional
public class CoreProcessService
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected FlowableFormDecorator
flowableFormDecorator
protected org.flowable.form.api.FormRepositoryService
formRepositoryService
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
protected org.flowable.engine.RepositoryService
repositoryService
-
Constructor Summary
Constructors Constructor Description CoreProcessService()
-
Method Summary
Modifier and Type Method Description org.flowable.form.api.FormInfo
getProcessDefinitionStartForm(java.lang.String processDefinitionId)
-
Field Details
-
repositoryService
@Autowired protected org.flowable.engine.RepositoryService repositoryService -
formRepositoryService
@Autowired protected org.flowable.form.api.FormRepositoryService formRepositoryService -
flowableFormDecorator
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
CoreProcessService
public CoreProcessService()
-
-
Method Details
-
getProcessDefinitionStartForm
public org.flowable.form.api.FormInfo getProcessDefinitionStartForm(java.lang.String processDefinitionId)
-