不使用表单获取服务任务中的变量

Get variable in the service task without using forms

如何在java委托class中分配变量值? 我正在使用 postman 进行 post 请求。我不想使用表格。我想获取服务任务中的变量并将其保存在数据库中,但不能为 null 。测试中出现错误,它表明它不能为 null

a) 获取任务列表: GET /task?assignee=anAssignee

b) 使用任务id获取进程数据:

获取/task/aTaskId/variables

参见:

通过 Java API 在委托代码中:
https://docs.camunda.org/manual/latest/user-guide/process-engine/delegation-code/

在 Java API 外部通过 TaskService 的委托代码: https://docs.camunda.org/javadoc/camunda-bpm-platform/7.15/org/camunda/bpm/engine/TaskService.html#getVariables-java.lang.String-java.util.Collection-