Complete user task using rest-api call using springboot

Hi,

I am new Camunda. Here I need one java sample project with spring boot, in that I want to complete user task using rest-api cal without logging camunda console. Please hep me

@anji you can follow @Niall video tutorial

https://docs.camunda.org/manual/latest/reference/rest/task/post-complete/#example

https://blog.camunda.com/post/2015/08/start-and-complete-process-with-rest-api/

1 Like

Hi @anji,

To setup an initial spring boot project, check out the this project builder.

Cheers,
Miklas

2 Likes

Hi Miklas,

Thanks for sharing. I’ll work on that. Meantime is thr any sample application with oracle db support. In camunda workflow I need to do some DB updations. Can pls help…

Hi Aravind sir,

Thanks for sharing. I done sample poc as per your guidelines and working fine.also is thr any sample application with oracle db support. In camunda workflow I need to do some DB updations. Can pls help…

@anji you can refer the examples here https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/embedded-spring-rest

Hey @anji,

we do not provide sample applications with pre-configured databases (other than in-memory db).
You can configure Camunda to use your Oracle DB or any other database. Have a look in the docs: https://docs.camunda.org/manual/7.11/user-guide/process-engine/database/#database-configuration

Cheers,
Miklas