I wanna configure a certain mechanism in control room. I have two processes Process A and Process B. Process A creates some workitems. Now, I have Process B which will execute only if it gets an input workitem to its queue. Unless it gets any workitem it should stay idle. How to configure this in control room??
Hi, this is automatically handled by Control Room, you’d just have to create a Process having two Steps, where Step 1 produces Work Items and Step 2 consumes them.
- Docs: Using work items
- Example(s): Extended Producer-Consumer Model Template
1 Like