Get Started with Redwood for Oracle Cloud HCM Begin Now
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