<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Streamline process flow in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599666#M93634</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The way you've set up the Process Flow doesn't really make sense. Every time an item enters either of the two queues, both processors will tell their operator to load that item.&lt;/P&gt;&lt;P&gt;You probably also don't want the Resource to be 'Local'. With that setting, every instance will create its own copy of the Resource/Operator which only that instance can access.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705492570561.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521918i5787C5559F35EA85/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705492570561.png" alt="1705492570561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 17 Jan 2024 11:56:16 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2024-01-17T11:56:16Z</dc:date>
    <item>
      <title>Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599659#M93627</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to reduce repetitive processes. I think it is not a good idea to duplicate the process every time a new machine is added.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705476950685.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521935i098581E248537ACE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705476950685.png" alt="1705476950685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;The main thing is to solve the problem in this area&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 07:36:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599659#M93627</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599660#M93628</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;That is what Object Process Flows and/or Sub Flows are for. &lt;/P&gt;&lt;P&gt;&lt;A id="isPasted" href="https://docs.flexsim.com/en/23.0/ModelLogic/ProcessFlowBasics/TypesOfProcessFlows/TypesOfProcessFlows.html"&gt;https://docs.flexsim.com/en/23.0/ModelLogic/ProcessFlowBasics/TypesOfProcessFlows/TypesOfProcessFlows.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But you can do the same in a general Process Flow.&lt;/P&gt;&lt;P&gt;Find values that differ between the different machines and find a way to express them as a function of the machine. This could be labels on the machine or port-connections to refer to inputs and outputs.&lt;/P&gt;&lt;P&gt;Then rebuild your Process Flow to not contain any direct reference (at least not where those would change between machines) and instead use the expressions/labels/... to pass in those variables.&lt;/P&gt;&lt;P&gt;That way each token can follow the same flow of activities but do different things depending on the information on the token/machine.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 08:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599660#M93628</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-17T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599661#M93629</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;This sounds very difficult. Do you have any examples?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 08:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599661#M93629</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T08:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599662#M93630</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have applied the concept that an item label controls where an item is send after it finishes processing on a machine, no?&lt;/P&gt;&lt;P&gt;On a fundamental level it's the same. Every time an information is needed in the Process Flow, that information is available through the respective machine in some way. Again, be it as a label, a connected object with a certain port rank or other expressions.&lt;/P&gt;&lt;P&gt;You can also help tables as a tool to store that information and assign each machine a row where you can then look up the needed information.&lt;/P&gt;&lt;P&gt;Here's a simple example where an array label on the processors controls which type of items they are allowed to pull in the Process Flow.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78007-pull-by-label-example-fm.fsm" target="_blank"&gt;pull-by-label-example-fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 09:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599662#M93630</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-17T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599663#M93631</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/29682/a9080109.html" nodeid="29682"&gt;@mark zhen&lt;/A&gt;, there is a concept for this in FlexSim called &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Tutorials/ProcessFlow/Tutorial4Instances/InstancesOverview/InstancesOverview.html" target="_blank"&gt;Process Flow Instances&lt;/A&gt; &lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 09:08:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599663#M93631</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2024-01-17T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599664#M93632</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;But what I want to optimize now is the process related to save token.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 09:31:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599664#M93632</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599665#M93633</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78012-try.fsm" target="_blank"&gt;try.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;What I want to practice now is using object flow to complete optimization, but now I have a new problem.&lt;span class="lia-inline-image-display-wrapper" image-alt="1705491754622.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521917i0F175DE531D120BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705491754622.png" alt="1705491754622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;I hope he can put away one thing before moving the machine below.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 11:43:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599665#M93633</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T11:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599666#M93634</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The way you've set up the Process Flow doesn't really make sense. Every time an item enters either of the two queues, both processors will tell their operator to load that item.&lt;/P&gt;&lt;P&gt;You probably also don't want the Resource to be 'Local'. With that setting, every instance will create its own copy of the Resource/Operator which only that instance can access.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705492570561.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521918i5787C5559F35EA85/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705492570561.png" alt="1705492570561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 11:56:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599666#M93634</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-17T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599667#M93635</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Okay I'm just trying to illustrate what I'm trying to do with a simple example. I thought this would simplify the problem.Because my current idea is to think of a set of boards. I only need to do the action of adding a new machine to make changes.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 12:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599667#M93635</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599668#M93636</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;One tip that I can give you is to think about what a token is going to represent.&lt;P&gt;If you create a token whenever an item enters a queue, then this token will, in a way, be a representation of that item. As a result, the logic and actions you build in the Process Flow should be from the perspective of the item. For example, the item waits until a specific event happens and then the item acquires an operator to move it to its next destination.&lt;/P&gt;&lt;P&gt;By design, an Object Process Flow lends itself much more to be build from the perspective of that object, i.e. the processor. And since the processor is a persistent object, it makes sense that tokens in the Process Flow would also be persistent. So you'd create a single token at the start of the model run and that token now represents the processor and controls what it will do. It might acquire/pull an item, have it transported to the processor and then wait until the process is finished, for example.&lt;/P&gt;&lt;P&gt;You don't have to do it that way, but at least for me it helps to think in terms of the token's 'perspective'.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 13:23:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599668#M93636</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-17T13:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599669#M93637</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Okay, I'm just trying to figure out how to simplify it, and I believe this problem is very complex.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 13:25:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599669#M93637</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-17T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599670#M93638</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It's not - I'd recommend everyone do the related tutorials and become familiar with Object Process Flows.&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jan 2024 14:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599670#M93638</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-01-17T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599671#M93639</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78089-pull-by-label-example-fm-1.fsm" target="_blank"&gt;pull-by-label-example-fm (1).fsm&lt;/A&gt;@Felix Möhlmann I have some simple ideas now but I am not short of how I should complete it. I think I must give labels to all machines and label all corresponding items (type should be able to solve it, but my current problem is I need to give a change to the status of the machine that is being processed, I am currently unable to solve this problem. Because it can only specify one machine for changes&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599671#M93639</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-18T19:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599672#M93640</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;As is described on &lt;A rel="noopener noreferrer" id="isPasted" href="https://docs.flexsim.com/en/23.0/ModelLogic/AdditionalConcepts/ProcessFlowInstances/ProcessFlowInstances.html#reasons" target="_blank"&gt;this&lt;/A&gt; page of the documentation ("Referencing the Instance"), the instance object can be accessed through the keyword &lt;EM&gt;current.&lt;/EM&gt; (Like the Event-Triggered Source is already doing in Object field.)&lt;/P&gt;&lt;P&gt;So just put that into the Object field and the activity will change the state if the processor that the item enter.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705647933188.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521922iE15455A4725803D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705647933188.png" alt="1705647933188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:05:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599672#M93640</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-19T07:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599673#M93641</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705649785635.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521924i25FCC3A018A85E6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705649785635.png" alt="1705649785635.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;But the results of my test did not change smoothly&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:36:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599673#M93641</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-19T07:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599674#M93642</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;That's a timing issue. The state is currently changed immediately after an item enters. Then the setup and processing steps are started, each changing the state again.&lt;/P&gt;&lt;P&gt;Place two 0s delays between the Source and the Custom Code to delay the state change until the processor has run its internal logic and started processing (one to allow the setup to be started and a second one to then allow the processing to start).&lt;BR /&gt;(And yes, setting the processor to a different state while it is processing will stop the animation of the item)&lt;/P&gt;&lt;P&gt;If you want to collect statistics via states that differ from the default states the processor uses, it is often the best option to add a second state profile to the processor. The user has full control over this second profile as FlexSim will not change it automatically at any point.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" id="isPasted" href="https://answers.flexsim.com/questions/26312/add-custom-state-to-a-state-gantt-chart.html" target="_blank"&gt;This&lt;/A&gt; post describes how to add a second state profile to an object. (Since its an old version the GUI will have changed in some places but the general steps are still the same).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:59:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599674#M93642</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-19T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599675#M93643</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;But I still have no idea how to simplify my process. My ideal situation is that I want to add a new machine, but I can complete the settings in the least time. Can you give me some advice? Or give me some advice? Let me learn from a case&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 08:12:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599675#M93643</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-19T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599676#M93644</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I have already provided a general example for how to handle multiple processors in a single flow.&lt;/P&gt;&lt;P&gt;That you only ever mention that you want to simplify 'your process' without providing any details what this process even is also doesn't help.&lt;/P&gt;&lt;P&gt;In your original screenshot I see  that you use preemption. Just like before, you can generalize the concept by storing the information which token is supposed to be preempted in a label. Since the token doesn't exist before the model starts, you can't do this yourself. But you can have the processor-token write itself onto a label just after it is created, for example.&lt;/P&gt;&lt;P&gt;In the attached model, the processors are stopped and the tokens preemted at the 50s mark (just after the set stop time).&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78096-pull-by-label-example-fm-1.fsm" target="_blank"&gt;pull-by-label-example-fm_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 08:50:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599676#M93644</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-19T08:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599677#M93645</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Well, I think the question I asked is not clear enough. The core problem I want to solve is that as shown in the file I attached, every time I need to add a new machine, I need to copy and re-enter the details. Change, but I think this is very inconvenient. If I need to add a large number of machines, it will be very time-consuming.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705657549959.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521926i5D884AAAD8A2F81D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705657549959.png" alt="1705657549959.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;For example, every time I add a new machine to the content in my picture, I have to copy it and change the labels in it. Of course, this is only part of the model.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 09:47:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599677#M93645</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2024-01-19T09:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Streamline process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599678#M93646</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I have linked you to the documentation of Process Flow instances which allow you to reuse the same Process Flow for any number of attached objects and provided examples of how the same can be achieved in a general Process Flow.&lt;/P&gt;&lt;P&gt;So unless you ask specific questions (which might as well be a completely new post) about necessary steps that you are unsure about or provide an example model yourself that showcases the specific problem you are facing, I don't know how I can help you further.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 10:57:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/streamline-process-flow/m-p/13599678#M93646</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-19T10:57:16Z</dc:date>
    </item>
  </channel>
</rss>

