I am aware that we have option to edit work queue item's defer date manually but want to know Is there any technique to change work item defer date inside process/object studio. I have below requirement for ticketing system automation. For few requests, we need proper approval, so once ticket is arrived based on the type we can trigger mail to get approval. Approver can take max 5 days to approve it (Initiate defer date for this item may be AddDays(Today(), 5) but if he approves in one day, we need to change the defer item date to current date so that it will be immediately available for further process.
Any help is appreciated. Thanks