| | |
| | | import com.ycl.domain.vo.FlowQueryVo; |
| | | import com.ycl.domain.vo.FlowTaskVo; |
| | | |
| | | import java.io.IOException; |
| | | import java.io.InputStream; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | AjaxResult completeSubmitForm(String taskId, Map<String, Object> variables, Boolean addLog); |
| | | |
| | | AjaxResult waitCompleteSubmitForm(String taskId, Map<String, Object> variables, Boolean addLog) throws IOException; |
| | | |
| | | /** |
| | | * 查看任务 |
| | | * |
| | | * |
| | | * @param processInsId |
| | | * @param taskId |
| | | * @return |
| | | */ |
| | | AjaxResult detail(String taskId); |
| | | AjaxResult detail(String processInsId, String taskId); |
| | | } |