|
@@ -711,7 +711,7 @@ public class ProcessDefinitionServiceImpl extends BaseServiceImpl implements Pro
|
|
|
|
|
|
|
|
|
if (processDefinition.getReleaseState() == ReleaseState.ONLINE) {
|
|
|
- putMsg(result, Status.PROCESS_DEFINE_STATE_ONLINE, String.valueOf(code));
|
|
|
+ putMsg(result, Status.PROCESS_DEFINE_STATE_ONLINE, processDefinition.getName());
|
|
|
return result;
|
|
|
}
|
|
|
|