Goodday,
We have Dynamics CRM 365 On-Premise 8.2.0.749
I have some problems with a workflow (async) that contains a Timeout.
- The workflow has a timeout until a certain date (or time, doesn't matter I have done a test with a timeout of 5 minutes). When it reaches the timeout it is told to do a check if a certain date is filled with a action if the date is indeed filled.
The problem is that if the date is filled when the workflow is triggered, then emptied, when the timeout is reached the check still sees the date as filled and not as empty!
Does a timed-out workflow also 'remember' the values on the record from when the workflow was triggered? - The workflow has a timeout to a date filled on the Case. The workflow is triggered on creation of the Case, or a change of the date field. If we empty the field, it also triggers the workflow with a time-out to 31-12-9999 (7.981 years from now)
*This post is locked for comments