Run the Scheduled based on some condition dont want to use scheduled script excution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I need to run the scheduled based on some condition if the condition match run the scheduled and i dont want to use the scheduled script script excution .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
So for this you will have to trigger the flow on schedule basic and basis > Look up on that RITM record > then look up on Variable Record(2) where the actual variable is stored referencing to that ritm (1) then if the variable values are according to your condition i.e true :
Then perform certain operations !
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Is it possible to use a wait flow action to wait on the variable? You could also consider triggering this from a business rule on sc_task if that is where the variable is set. Or even trigger from a business rule on the actual table holding the variable value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Joseph Lighthal is thats not possible to trigger scheduled or run through the BR? if yes please tell me how ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Oh yea hmm... I suppose on sc_task it would need to have the sc_task record get updated. In that case you would have to do it on the table that stores the actual variable value and have it only run for the specific catalog item.
Personally I would not want to do that though. I'm not understanding why you would not try and do that from a flow?
