|
@@ -62,6 +62,7 @@ public class CommonEvent extends BaseController {
|
|
iFlowInstanceReq.setFlowInstanceId(flowInstanceId);
|
|
iFlowInstanceReq.setFlowInstanceId(flowInstanceId);
|
|
iFlowInstanceReq.setMobile(true);
|
|
iFlowInstanceReq.setMobile(true);
|
|
iFlowInstanceReq.setUserId(currentUserId);
|
|
iFlowInstanceReq.setUserId(currentUserId);
|
|
|
|
+ iFlowInstanceReq.setActivityInsId(activityInstanceId);
|
|
CommonResult<String> flowUrlRes = workflowClient.getFlowUrl(iFlowInstanceReq);
|
|
CommonResult<String> flowUrlRes = workflowClient.getFlowUrl(iFlowInstanceReq);
|
|
int index = 0;
|
|
int index = 0;
|
|
while(describtion == null || StringUtils.isBlank(describtion.toString()) || index < 5){
|
|
while(describtion == null || StringUtils.isBlank(describtion.toString()) || index < 5){
|