Hello, I’ve created a workflow in Oracle APEX and implemented two scenarios for expiration:
- Expiration using Task Definition: I set the interval to PT1M and the expiration policy to Expire. However, after one minute, the task does not expire, and I can still approve or reject it.
- I want to implement this through the workflow so that if the task times out, it moves back to the previous step.I understand that the workflow deadline takes precedence over the task deadline, but it still doesn't work correctly.
Please advise on how to achieve this.