RE Framework creating different workflow for every action and invoke it into different stages of re framework

Can anybody help me with RE Framework that uses queue and develop different workflow for every action and invoke inside different stages in RE framework.

Kindly look at this tutorial to understand this completely.

Also like the comment if found helpful.

3 Likes

not like this i want ro create seperate workflow for open application and using queue and then i have to invoke it into init application state

Hi @Sandhya_Gajare ,
Pass the application details into queues using add queue item activity.
Then get those items from queue using get transaction item activity.
Then pass those items as input arguments to different workflows inside init_all_application workflow only for opening the respective applications.

Thanks & Regards,
Shubham Dutta