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
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.