增加初步驳回功能

dom4j增加失败
This commit is contained in:
kemengkai
2022-05-11 10:17:40 +08:00
parent e52200a205
commit d43006dce8
50 changed files with 1078 additions and 168 deletions

View File

@@ -8,13 +8,13 @@ import org.flowable.engine.repository.ProcessDefinition;
import org.flowable.engine.runtime.ProcessInstance;
import org.flowable.engine.test.Deployment;
import org.flowable.task.api.Task;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import java.text.SimpleDateFormat;
import java.util.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
/**
* @author henryyan