In a flow, for a Wait shape a date property is given. That date property may have value or may not have value. if it doesn’t have any value it is not waiting in the timer shape and executing the flow. Can some one provide a suggestion, even though the property is null the timer needs to wait.
(Note : The value of the property can be given in future. till then it needs to wait in the timer)
No, default wait period is not there. Value will be given in the runtime that’s to optional it’s not a mandatory property. if the value is not given (null) it needs to wait in the wait shape. After a certain period of time (any time 1 day, 2 days or a month) if the value is given then it needs to trigger the flow.