fix#10214 Delete online workflows in batches, prompt information is accurate (#10215)

(cherry picked from commit edcb7aad23)
This commit is contained in:
Mr.An 2022-05-24 10:18:03 +08:00 committed by Jiajie Zhong
parent 03e5ac6964
commit 424ef27257
1 changed files with 1 additions and 1 deletions

View File

@ -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