|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, entity.getDeptName()), "/");
|
|
String flowDesc = StringUtils.join(Arrays.asList(entity.getUserNickname(), applyTime, entity.getDeptName()), "/");
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|
|
workflowClient.saveFlowDescribe(flowInstanceId, flowDesc);
|