on 2021 Jun 17 9:53 PM
Hello SAP Community,
is there a way how to change the standard message for split workflow in Queue monitor?
I created the pre-xslt transaction where I needed to do some logic before the split. And I have there one condition where I need to NOT "split" the message. In other words, I need to end the workflow before the split happens and that is SUCCESS state for me.
Now, if that situation happens, I pass a dummy XML as output. In the split XSL I check for the dummy output and if I find it, I create empty XML. This prevents the workflow from creating and queuing new message, so the split workflow is marked as success, job is done and everyone is satisfied - except one thing. The message in Queue monitor is "[STEP = SPLIT_END]. Successfully executed the Split Workflow." and I would like to change it to something like "No need to issue any other message, all done"
Is that possible?
Thank you!
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Filip,
Yes, it is possible. In the workflow, use the Pass handler section, in that call a transaction to update SAPMEINT_MESSAGE_QUEUE table using command query.
Best regards,
Venkata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
This message comes from java code of Split workflow. There is no legal access to it. And there is no way to control the logic of throwing such message.
Regards,
Sergiy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.