update 强制撤回后发送hiwork删除

This commit is contained in:
lijiarao
2024-04-19 13:43:52 +08:00
parent 75a25d3143
commit 51cfda36b1
4 changed files with 61 additions and 5 deletions
@@ -20,4 +20,6 @@ public interface PushWorkflowIntegrationAPI {
void sendTodoTask(List<HiworkTodoAdd> hiworkTodoAddList);
void sendActivityComplete(List<HiworkTodoAdd> processInstanceId);
void sendDeleteTask(List<HiworkTodoAdd> todoAddList);
}
@@ -21,4 +21,6 @@ public class HiworkTodoAdd {
private String recordId;
@ApiModelProperty(value = "流程定义id")
private String processDefinitionId;
@ApiModelProperty(value = "3结束,6删除,其他是待办已办")
private String type;
}