Zakarya SOUFI Posted March 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
MauricioBiolato Posted March 10, 2022 Share 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. Link to comment Share on other sites More sharing options...
Zakarya SOUFI Posted March 10, 2022 Author Share Posted March 10, 2022 Hello, Thank you so much ! Link to comment Share on other sites More sharing options...
Recommended Posts