如何告知工作流等到特定日期或日期字段?
它适用于超时等于日期,但我更愿意使用等待,直到处理时间在日期或之后。
当我尝试这个时,工作流程被推迟到我们远古的祖先因年老去世;如果我输入日期字段而不是特定日期(这是最终目标),也是一样的:
2 回答
You want to consider what is considered a "timeout" for the desired behavior. The following links provide some more context.
Also, unless you have a really specific use case for using a specific date (like year end deadlines or processing) -- you'll probably want to use a datetime field on an entity as the basis for the right side of the comparison. You can always use the dialog on the right to choose a fixed date/time before or after any of the entity datetime fields.
http://www.powerobjects.com/blog/2012/11/06/multiple-waiting-workflows-wait-conditions-and-timeouts/
http://www.dynamicscrmtrickbag.com/2009/07/12/waits-timeouts/
是的,每次检查工作流时都会使用该字段的当前值。