REST API about delegate

Hi,
I wanna use REST API,“http://{host}:{port}/{contextPath}/task/{id}/delegate” to delegate user task,but the local variable"assignmet" and global variable"assignments“ doesn’t change.I wonder why?
ep. user A assignment:A,assignments:A
user A —delegate>>>user B, assignment:A,assignments:A

thx
Jack

Hi @haod1,

Welcome to the forum!

How do you define those two variables?
Along with an example of your process model and any related code will be helpful to visualize better your use case.

Best,
Yana

I have figured out the reason, this API would change “assignee” of User Task, and globle variables “assignments” would not be changed.
thx
all

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.