fix#10214 Delete online workflows in batches, prompt information is accurate (#10215)
(cherry picked from commit edcb7aad23)
This commit is contained in:
parent
03e5ac6964
commit
424ef27257
|
|
@ -711,7 +711,7 @@ public class ProcessDefinitionServiceImpl extends BaseServiceImpl implements Pro
|
|||
|
||||
// check process definition is already online
|
||||
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;
|
||||
}
|
||||
// check process instances is already running
|
||||
|
|
|
|||
Loading…
Reference in New Issue