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
Email Auto Responder Flow: This example demonstrates an infinite loop where a background job continually runs to automate email responses. It's a great use case for tasks that need to be performed repeatedly without manual intervention. View Example
First, I tried to implement a custom workflow by following the example, but the infinite loop didn't work.
I thought there was some error with my custom flow. Then, I tried to run the email_auto_responder_flow example. Beyond some errors I have to manually fix to run the flow, the infinite loop does not work as well.
Could someone help me to fix it, please?
Thanks in advance and congratulations on the amazing work in this library. I'm having fun developing agents with it!
The text was updated successfully, but these errors were encountered:
Hi, guys
I've just started using CrewAI and my use case is similar to the email_auto_responder_flow example.
As stated in the CrewAI Flows doc page:
First, I tried to implement a custom workflow by following the example, but the infinite loop didn't work.
I thought there was some error with my custom flow. Then, I tried to run the
email_auto_responder_flow
example. Beyond some errors I have to manually fix to run the flow, the infinite loop does not work as well.Could someone help me to fix it, please?
Thanks in advance and congratulations on the amazing work in this library. I'm having fun developing agents with it!
The text was updated successfully, but these errors were encountered: