difference between GET /query/v1/tasks and GET /rb/v1/tasks

cancel
Showing results for 
Search instead for 
Did you mean: 
ilseva
Active Member II

difference between GET /query/v1/tasks and GET /rb/v1/tasks

Jump to solution

Hi everyone.

I defined a process using the modeler app included in the activiti-cloud-examples. With some tricks I deploy the new process and start it.

I saw in the database that tasks was correctly created and assigned.

If I search the tasks for a user with /rb/v1/tasks API, I see the tasks for the user identified by the token.

If I search the tasks for a user with /query/v1/tasks API, I can't see them.

Why?

1 Solution

Accepted Solutions
ilseva
Active Member II

Re: difference between GET /query/v1/tasks and GET /rb/v1/tasks

Jump to solution

I reply myself.

Activiti (the activiti-cloud-example) use two different task tables act_ru_task and task (???). 

The query endpoint search in task table, the rb endpoint search in act_ru_task.

 

View solution in original post

1 Reply
ilseva
Active Member II

Re: difference between GET /query/v1/tasks and GET /rb/v1/tasks

Jump to solution

I reply myself.

Activiti (the activiti-cloud-example) use two different task tables act_ru_task and task (???). 

The query endpoint search in task table, the rb endpoint search in act_ru_task.