Compare commits
No commits in common. '9d8d2b1788f0718c1806e9dd1633c8cea9929e20' and '0325b0e074a9a97e2c0d17aa3ed86b3d2f689db5' have entirely different histories.
9d8d2b1788
...
0325b0e074
@ -1,16 +0,0 @@
|
||||
package cn.jyjz.flowable.listener;
|
||||
|
||||
import org.flowable.engine.delegate.DelegateExecution;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Component("mulitiInstanceTaskListener")
|
||||
public class MulitiInstanceTaskListener implements Serializable {
|
||||
|
||||
public void completeListener(DelegateExecution execution){
|
||||
// System.out.println("任务:"+execution.getId());
|
||||
// System.out.println("persons:" + execution.getVariable("persons"));
|
||||
// System.out.println("person" + execution.getVariable("person"));
|
||||
}
|
||||
}
|
Loading…
Reference in new issue