Hello Experts,
I have 10 projects which I was not configured REFramework structure, but I want those 10 project bot should run in a single bot.
That single bot should be structured in REFramework. I hope we can configure this in single bot without having any parallel process.
Can anyone suggest me REFramework structure for my case?
Thanks in Advance
Thanks,
Arunachalam.
Hi Buddy @Arunachalam
Fine, i have a small query like whether those 10 projects are inter related to each other, if so it can done in a single REFramework with each of 10 process in different state machine and we can make conditions between each state machines with their transitions…
So Only when all those 10 process are integrated or to be very precise, run one after the another as a sequence of process being integrated later…this can be implemented with REFramework buddy, as it is actually meant to standardize a TRANSACTIONAL business process…and again it must be a TRANSACTIONAL one buddy
Kindly correct me if i have understood the query wrongly
Cheers @Arunachalam
@Palaniyappan,
Thanks for your response. those 10 projects are not interrelated to another. Can you give any working example for this? so that I can configure this to my project
Thanks,
Arunachalam.
Buddy i haven’t faced any such scenario and i dont have any template for that as of now, sorry about, but i can be a part of this to get resolved…
Well if they are not interrelated with each other, how the state machines inside the REFramework will get related with transitions…this is interesting, fine…i will try to figure it out…as it will be very useful on running may bots with single template
Cheers @Arunachalam
@Palaniyappan,
Thanks you buddy, You can take academy assignments like assignment 1 and assignment 2 or someother workflow project which has not inter related to each other Project and make single REFramework for run those projects.
Thanks,
Arunachalam.
@Palaniyappan,
You got solution for this?
Thanks,
Arunachalam
HI @Arunachalam
Yes… I got a solution for this since I was working on the same topic sometime back to create a component However, the component is still in testing phase.
So, it’s more like a controller solution which enables you to run multiple solutions/workflows one after the other even though they are not related to each other. The concept is, one robot can execute only one task at a time. So, it will run it step by step.
I have few questions for you:
- Do you have any kind of a order which those should be executed?
- DO you have a Orchestrator instance (Community/ Enterprise) where your processes can be deployed?
- What is the structure of the 10 workflow solutions? Are they single workflow files? or are they developed using REFramework?
Depending on this, the approach can vary…