Zakarya SOUFI Posted March 10, 2022 Posted March 10, 2022 (edited) Greetings, I would like to express the following condition in the Decide step but i couldn't find how; Run.TimeNow - ModelEntity.TimeCreated< 60 (minute) Could you please tell me how to express correctly the 60 minutes ? Best regards, Edited March 10, 2022 by Zakarya SOUFI
MauricioBiolato Posted March 10, 2022 Posted March 10, 2022 Hi, usually the time related values must be in hours. In your case i guess it would be: Run.Timenow-ModelEntity.TimeCreated < 1.0 Try that. Rds.
Recommended Posts