Decide Process Flow

Decide Process Flow

zuleyma_d
Not applicable
10 Views
3 Replies
Message 1 of 4

Decide Process Flow

zuleyma_d
Not applicable

[ FlexSim 16.2.2 ]

Hello Everyone,

I have this model:

15864-captura1.png

I created 2 subflows in order to the operator can transport the item between Queues and Processors, and they work very well; but how can I tell to the operator, that before to go to process in the second processor, he sould donwload the item from the processor1?

I attached my model.

intento-8.fsm

0 Likes
Accepted solutions (1)
11 Views
3 Replies
Replies (3)
Message 2 of 4

sebastian_hemmannE3JAU
Collaborator
Collaborator
Accepted solution

Hey, as it looks you are mixing Standard functionality (Tasksequences picked in GUI) and Process Flow Activitys. To do this you have to know, that every Tasksequence Activity has an own Createemptytasksequence an Dispatchtasksequence command. So standard Sequences and your created PF Sequences are mixed up and do (for us) strange thinks.

As solution there are some possible ways I think:

1. Do everything you want with standard pickoptions in the GUI (completely without Processflow)

2. Do everything you want only with ProcessFlow (without the Pickoptions in GUI)

3. Create your Tasksequences in Processflow by using "Creat TS" and "Dispatch TS" Activitys to make Sequences out of your single Tasks. This might be advanced stuff 😉

0 Likes
Message 3 of 4

zuleyma_d
Not applicable

Thanks @sebastian.hemmann I tried making everything only with ProcessFlow, now is working (only two times) when the operator should load the third Iteme this error appears:

15951-captura2.png

0 Likes
Message 4 of 4

sebastian_hemmannE3JAU
Collaborator
Collaborator

This says you don´t have the right link to the Item. Please have a look into your Processflow what Item is referenced for the third round.

0 Likes