CommonMiniDao_getAssigin.sql 171 B

123
  1. select t.ASSIGNEE_,t.ID_ from ACT_RU_TASK t,ACT_RU_EXECUTION e
  2. where t.PROC_INST_ID_=e.PROC_INST_ID_
  3. and e.PROC_INST_ID_= :procInstId and e.BUSINESS_KEY_ = :businessKey