on 2024 Aug 08 9:05 AM
Hi all,
I am new to WF and have an issue as stated in the title. The scenario is whenever the vendor master was changed/created, the workflow will trigger to get the approval from superior. Previously the workflow triggered successfully but now it is not. I looked in the graphical workflow log, found difference at no event was created as shown below.
Compare to successful WF, there are event created as shown below.
As for the failed WF, basically it looks like it failed at Task Get VM Items.
The Task detail is shown as below.
Please let me know what is the problem, thank you in advance.
I did trace the event and found the event was created. Both of them looks same but one of them failed to get VM items.
Below is success WF.
Below is failed WF.
I'm not sure why one of the WF failed to get VM item as shown in the graphical workflow log.
Please teach me how to troubleshoot the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you can recreate this scenario in your Dev environment, you can temporarily change any of the background tasks to be dialog, with yourself as the agent. Then set a breakpoint within the method (perhpas Get VM items) and you can debug to your hearts content. But of course, don't forget to switch the task BACK to a background task and save. It would not be good to transport that to a different environment.
Also, if you cannot recreate the scenario in Dev, you can still set a breakpoint in the Get VM items method, and debug from the BOR. This might not show you everything you need if the master data is changed, but it's a place to start.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.