Hi,
We have around 100 clients. All these clients will have common workflows and client specific workflows. We have created collection for each client to provide access to respective users for these collections. We have published the common workflows in to one collections and shared the common workflows between all 100 clients. For example we have published 2 common workflows into client1 collection and shared these 2 workflows between all other 99 clients collection. Now all 100 client collections reflect with these 2 workflows.
But when I logged in as Admin and navigated to workflows tab, there I can see only 2 common workflows. From this, I realized that, there are only 2 workflows got created and the same workflows are shared between all other collections.
Now I have below my question
1. If multiple client users are running the same common workflow of their respective collection at the same time, will there be multiple instances of the common workflow will be created and executed parallelly or it will be done in queue process?
2. If it is executed in queue process, then we need to create the copy of same workflow in all 100 clients instead of sharing between them. Then how can we create copy of the same workflow in all 100 clients at a single go instead of publishing the same workflow in all 100 client collections? which is a time taking process.
3. How can we publish the workflows from one server to another server by using API end points?
4. Is there a way to publish the workflows from one server to another server collections using API end points?