No, we don't have to be a rocket scientist to work this out ;-)

Thought Workflow - Scenarios for Process (3)

We have abstracted and represented the making of bio-juice from kaffir limes. Now we can "talk" about it and think about it in many different scenarios.

We divided the make-Bio-Juice process into collect-Kaffir-limes process; clean-and-cut-Kaffir-limes process; ferment-Kaffir-limes process. We will talk more about the clean-and-cut-Kaffir-limes process.

If we only have one "actor" to clean-and-cut limes, we can see that the actor may choose to clean-and-cut in different ways. The actor may
A - clean all limes then cut them
B - repeat {clean one lime then cut it} until all are cut
C - repeat {clean a batch of limes then cut the limes in the batch} until all are cut (This is what I did.)

We can visualize scenario A: the actor cleans all limes at once; another storage for cleaned limes is needed; he has his hands wet with water in the cleaning but mostly lime juice (acid) and oil in the cutting.
 
In scenario B: the actor is busy all the time, moving from one end of the process to another end and repeat
these actions over and over; his hands will be wet all the time but acid gets washed out almost immediately; there may be safety issue cutting with wet hands.

For scenario C: the actor subdivides the big pile into smaller piles (batches) and uses scenario A to do the job; his hands go from water to acid and water again, so the acid gets washed out in each batch; no extra storage is required; the actions are also done in batches (repeat {clean} for a batch, then repeat {cut} for a batch).

What do you think? Which way would you like to use? Why?

Now suppose, we have two (2) actors. How do we use them?
Again a few scenarios for examples:

D - one actor for cleaning, another for cutting
E - two (2) paralell cut-and-clean processes
F - both clean then both cut

How would you employ these two actors? Why?

[No, we don't have to be a rocket scientist to work this out ;-). We only need to use our imagination. Think!]