Dengyren
Dengyren
请问该如何获取某个组下的全部文件
  
 ```java this.runtimeService.createChangeActivityStateBuilder() .processInstanceId(currentTaskProcessInstanceId) .moveActivityIdsToSingleActivityId(returnTaskKeyList, taskDefinitionKey) .changeState(); ``` I hope that C can return B, but after executing the return, I found that there are no active tasks in ACT_RU_TASK....