langflow-ai / langflow

⛓️ Langflow is a dynamic graph where each node is an executable unit. Its modular and interactive design fosters rapid experimentation and prototyping, pushing hard on the limits of creativity.
http://www.langflow.org
MIT License
17.87k stars 2.68k forks source link

Question: Is there any built-in scheduler to start/trigger the agents? #1798

Closed selcukbeyhan closed 6 days ago

selcukbeyhan commented 2 weeks ago

Hi,

I didnt see a possibility to start/schedule the agents to start with their assigned tasks. Is it possible?

thanks.

yamonkjd commented 2 weeks ago

https://github.com/langflow-ai/langflow/issues/1732 https://github.com/langflow-ai/langflow/pull/1766

As suggested, the conditions for the starting trigger of the flow are currently being improved.

It is generally seen that integration with scheduling solutions like Trello or Jira through Webhooks could enhance it. (I believe it is better than implementing background tasks via polling.)

ogabrielluiz commented 2 weeks ago

We have first implementation of the webhook in a PR #1766

It adds a component that will get the request and return it as a Record so you can then do whatever you plan with it.