Can`t end task programmatically

Hello,

I start an workflow to a document. I want to end a task programmatically. I have used endTask(CoreSession session, Task task, Map data, String status) . I also tried resumeInstance(String routeId, String nodeId, Map data, String status, CoreSession session). In this way I end the task, but it doesnt assign to anyone in the next step. I filled the map data in this way : map.put(“assignees”, nameOfAssign); where nameOfAssign is a group. Even if the group is always filled, next node never assign to the group.

Can anyone please help me. Thank`s Bora

1 votes

0 answers

1369 views

ANSWER