Using List stat "content" for model logic by partition.

Using List stat "content" for model logic by partition.

anutt_k
Not applicable
205 Views
2 Replies
Message 1 of 3

Using List stat "content" for model logic by partition.

anutt_k
Not applicable

[ FlexSim 23.0.14 ]

1709085845847.png

1709085870534.png

When I have a List. Sometimes I use the stat "Content" of List to be condition for Decide or use for define the quantity of Run Sub Flow.

So, If in there List has any Partition.

1709086077561.png

It possible to use stat content of List looking by partition for Decide and Run Sub Flow on the same.

Thank You.

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

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @Anutt K,

You can find the content of a partition of a list. This is assuming that the list is a Global list in a process flow.

getstat(getactivity("ProcessFlow", "List"), "PartitionContent", STAT_CURRENT, 0, partitionID)

This is explained in the following post

list-entry-count-by-partition-id

0 Likes
Message 3 of 3

anutt_k
Not applicable
I get it. Thank You so much.
0 Likes