You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for this piece of software. I think it fits my niche. What I would like to understand though is how to handle time delays in the flow. For example I want to run an interaction only in case some event has happened and some time has passed since (e.g. in marketplace scenario interaction to remind seller of awaiting order 24 hours after order has been submitted ). Would I need to solve this outside of the context of the recipe or can it be solved inside the recipe.
Thank you
The text was updated successfully, but these errors were encountered:
Hello Michael, you will have to solve it outside of the recipe as Baker doesn't have a concept of time. You can pre-condition the interaction you would like to be triggered with an extra sensory event called RemindSeller or something like that. There are many ways to implement a timer, for example a cron job in your OS or k8s for example.
Hello and thank you for this piece of software. I think it fits my niche. What I would like to understand though is how to handle time delays in the flow. For example I want to run an interaction only in case some event has happened and some time has passed since (e.g. in marketplace scenario interaction to remind seller of awaiting order 24 hours after order has been submitted ). Would I need to solve this outside of the context of the recipe or can it be solved inside the recipe.
Thank you
The text was updated successfully, but these errors were encountered: