Aaron McCausland
03/04/2025, 4:07 PMCeligo AI
03/04/2025, 4:08 PMAI generated answer (using internal Slack threads):In NetSuite SuiteFlow, if a Workflow transition has both a condition and a delay, and the condition evaluates as false when the delayed time arrives, the Workflow will not proceed with the transition. Instead, it will remain in the current state and wait for a different transition. The Workflow will not wait for the condition to become true and then take that transition path as long as the delay time has been reached in the past and the workflow hasn't transitioned out of the state the transition is coming from yet. This is because SuiteFlow evaluates transitions in the order of their creation. If a transition's condition is not met, SuiteFlow will not execute that transition and will instead move on to evaluate the next transition. If no transitions' conditions are met, the Workflow will remain in its current state. Please note that scheduled transitions in SuiteFlow do require a delay unit to be set, and they may also require a condition to validate after the delay. Also, it's important to remember that scheduled workflows and workflow actions won’t run in sandboxes. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
03/04/2025, 4:08 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798744857
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798577547
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798414588
Celigo AI
03/04/2025, 4:08 PMCeligo AI
03/04/2025, 4:09 PMAaron McCausland
03/04/2025, 4:10 PM