Jun 6, 2023
0
Level 2
Drag & Drop Editor for Workflows
I'm currently sketching out a project that would allow a user to set up a workflow of tasks in a particular order, similar to how applications like Zapier or Mailcoach enable a user to specify when actions should occur in a chain.
The closest match to this functionality is https://github.com/42coders/workflows, but it has some limitations (Like the ability to pause). On the other hand, there is https://github.com/laravel-workflow/laravel-workflow, but this is code driven. I've also reviewed how Mailcoach operates its internal workflow, and it's promising but focused on email.
Therefore, is there any Laravel package that has a drag-and-drop editor for workflow/task creation?
Please or to participate in this conversation.