Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
BPM custom deadline depending on the transaction start date
Summary
There is a request to make the transactions terminate once the transactions start date is reachedContent
We need to make transactions expire on day after the transaction's effective start date.
Example:
I created a transfer with the following information:
Employee: 00361
Effective start date: 01/04/2020
The transaction must automatically expire on 02/04/2020
We have found the possibility to add an expression on the BPM transaction's deadline tab if we un-select the static checkbox:
Using the expression creator we created the following expression:
xp20:add-dayTimeDuration-to-dateTime(xp20:current-dateTime(),'PT5M')
This expression should expire five minutes after the task is created (we did this to test th functionality only)
Tagged:
0