on 2022 Mar 02 2:34 PM
Hello experts, I am registering a custom function in BACKGROUND TASK as a queue in SMQ2. The scheduler picks it and executes it. Inside the custom function I want to check a lock on a object and if the object is locked then i want the put the queue back to RETRY status so that scheduler can retry after some time. How to put the queue to RETRY status from my function? Thank you.
Request clarification before answering.
Hi you can do it with
CALL FUNCTION 'RESTART_OF_BACKGROUNDTASK'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 3 | |
| 2 | |
| 1 | |
| 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.