Orchestration Advanced Pause Task - with different waitDateTime
Summary:
Hi,
We have a requirement to create a bit advanced pause rule with the following
- Task
- Pause Task
we want that when we proceed to Pause task - we will take ActualStartDate timestamp from first task
if the ActualStartDate.day is more than 20 (above 20 of the month) assign waitdatetime = task ActualStartDate + 15 Days
if the ActualStartDate.day is less or equal 20 (1-20 of the month) assign waitdatetime = task ActualStartDate + 5 Days
we tried to assert new int variable "DayNum" = actualstartdate.day
and we also keeping the actualstartdate in another variable
*attached the latest try
can you help us to achieve it?
0