I want to pull partitionID 1 or 2 from a list of entries. Is it possible to do this?orpull.fsm
I want to pull partitionID 1 or 2 from a list of entries. Is it possible to do this?orpull.fsm
If you're wanting to pull by BOTH partition ID 1 and partition ID 2 from the same Pull from List activity, you cannot currently do that. Instead you would push them to one partition and use labels or a column on the List to specify whether the entries are of type 1 or type 2. Then you encode it in your Query:
WHERE partID == 1 OR partID == 2
If you want each token that enters the Pull from List to pull from EITHER partition ID 1 or partition ID 2, then your code in the Partition ID field could be something like:
duniform(1, 2) or conditionally: token.myPartID = 10 ? 1 : 2 //ie if token.myPartID < 10, return 1, else return 2
5 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved