本文介绍了工作流中的日期比较结果为False,当它实际为True时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨伙计们,
我们的工作流程似乎停止了工作!
它正在比较2个日期和过去常常工作。 它将项目创建日期和今天放入局部变量,然后进行测试:
日志写道:
Something不在这里! CreatedDate = 16/04/2019 11:59:16今天= 16/04/2019 00:00:00
所以日期是一样的,但是想想他们吃的不一样!就像我说的,这曾经工作并且已经停止工作。
任何想法?
谢谢
A。
解决方案
Hi folks,
We have a workflow that seems to have stopped working!
It is comparing 2 dates and it used to work. It puts the item Created Date and Today and puts them into local variables and then does the test:
The log writes this:
Something is not right here! CreatedDate = 16/04/2019 11:59:16 and Today = 16/04/2019 00:00:00
So the dates are the same, but is think they ate different! Like I say, this used to work and has stopped working.
Any ideas?
Thanks
A.
解决方案
这篇关于工作流中的日期比较结果为False,当它实际为True时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!