question

Gary Q avatar image
0 Likes"
Gary Q asked Gary Q commented

subflow

How can I make sure that in the sub flow, the item label appears with the corresponding information that was created in the source

Separator subflow.fsm

FlexSim 19.0.0
separatorsubflow
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Julio R avatar image
0 Likes"
Julio R answered Gary Q commented

Hello Gary,

First, in your subflow you do not need a source, since the combiner is creating the tokens directly into the start in your "send to port".

If you are using this option, you need to send a return value in your token in the processFlow on the finish activity and this will be the port the object is going to:

1625854647757.png.Then, to access the information on the object that created the token, you need to make it the owner in the separator option for subflow and then access it in processFlow as "current.label" where label is your desired label in the item.

1625854833466.png



1625854647757.png (12.3 KiB)
1625854833466.png (47.9 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Gary Q avatar image Gary Q commented ·
thank tou

@Julio R

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.