<?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: Sending a connector from a decision block to another process flow in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522957#M33410</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In this case, it's best to use Jason's suggestion of pushing the token to a list that is being monitored in the instanced destination process flow.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 21 May 2021 12:18:38 GMT</pubDate>
    <dc:creator>james_rodgers2Y29K</dc:creator>
    <dc:date>2021-05-21T12:18:38Z</dc:date>
    <item>
      <title>Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522953#M33406</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi there, how can I send a certain portion of tokens to a different process flow? I hoped to use a decision block and route a portion of tokens to a different flow. I see that I cannot drag and drop the connector to a different flow. Can I somehow destroy and create tokens in the other flow at the same rate?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2021 15:49:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522953#M33406</guid>
      <dc:creator>kaitlin_m</dc:creator>
      <dc:date>2021-05-20T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522954#M33407</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/14641/kaitlinm.html" nodeid="14641"&gt;@Kaitlin M&lt;/A&gt;, you can add a 'create tokens' activity that your decision block routes to and use that to create a token in another process flow.  You can copy over all of the labels to the new token too.  I'm not sure of a way to make sure they are destroyed at the same rate, but if you make the new token a child to the first, the original (parent) token won't be destroyed until the child token is. Not sure if that would be applicable in your case or not.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2021 16:19:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522954#M33407</guid>
      <dc:creator>eric_m3</dc:creator>
      <dc:date>2021-05-20T16:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522955#M33408</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/29530/ericm3.html" nodeid="29530"&gt;@Eric M&lt;/A&gt;, thanks for the reply. I just tried to do this and routed the token to an activity in a different flow. I received this error:&lt;/P&gt;
 &lt;P&gt;Error: Invalid destination at create tokens activity "Direct to Chair" in process flow "Ambulance Flow". Destination cannot be an activity in a Fixed Resource or Task Executer ProcessFlow.&lt;/P&gt;
 &lt;P&gt;Am I missing something? I routed it to an Acquire Resource activity. Are there only certain types of activities I can route it to?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2021 16:50:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522955#M33408</guid>
      <dc:creator>kaitlin_m</dc:creator>
      <dc:date>2021-05-20T16:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522956#M33409</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;For traceability I'd prefer to push to a global list and pull from it in another process flow.  Looking at the receiver activity alone you'll not be able to tell from where the token came.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2021 18:02:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522956#M33409</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2021-05-20T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522957#M33410</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In this case, it's best to use Jason's suggestion of pushing the token to a list that is being monitored in the instanced destination process flow.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 May 2021 12:18:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522957#M33410</guid>
      <dc:creator>james_rodgers2Y29K</dc:creator>
      <dc:date>2021-05-21T12:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a connector from a decision block to another process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522958#M33411</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/14641/kaitlinm.html" nodeid="14641"&gt;@Kaitlin M&lt;/A&gt;, was Eric M's or James Rodgers's answer helpful? If so, please click the red "Accept" button at the bottom of one of their answers. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 May 2021 04:44:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-a-connector-from-a-decision-block-to-another-process/m-p/13522958#M33411</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2021-05-27T04:44:40Z</dc:date>
    </item>
  </channel>
</rss>

