Uses of Class
com.flowable.platform.service.process.CreateProcessInstanceRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.process | |
com.flowable.platform.service.process |
-
Uses of CreateProcessInstanceRepresentation in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process with parameters of type CreateProcessInstanceRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<ProcessInstanceRepresentation>
ProcessInstancesResource. startNewProcessInstance(CreateProcessInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)
-
Uses of CreateProcessInstanceRepresentation in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process with parameters of type CreateProcessInstanceRepresentation Modifier and Type Method Description ProcessInstanceRepresentation
PlatformProcessInstanceService. startNewProcessInstance(CreateProcessInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)