Process Automation

Here’s a demo of ProcessKit.
I am currently trying to hack and build it in Fibery.

I was able to mimic some of it by using Relations but I was stuck on the part where I need to duplicate entities which will be the process tasks that just repeats everytime a new project is created.

The best use case for this is Onboarding.

I’m not sure if I’m getting too excited about Fibery’s flexibility or just crazy to think that they can also be a process management tool.

1 Like

Fibery does not have a native concept of Templates, but it is quite easy to duplicate entities, which provides a good starting point.

Here is one way to implement Templating, which can not only copy an entity from a Template, but also clone related entities from the template’s collections (plus their related collections, etc):
How I Implemented "Entity Templates"