<?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 Invalid triggering event on local/internal list in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555398#M59077</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In process flow, use Event-Triggered Source to listen local/internal list causing exception. But if's fine to listen global list.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 11 Dec 2020 08:35:59 GMT</pubDate>
    <dc:creator>mail7WJMZ</dc:creator>
    <dc:date>2020-12-11T08:35:59Z</dc:date>
    <item>
      <title>Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555398#M59077</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In process flow, use Event-Triggered Source to listen local/internal list causing exception. But if's fine to listen global list.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2020 08:35:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555398#M59077</guid>
      <dc:creator>mail7WJMZ</dc:creator>
      <dc:date>2020-12-11T08:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555399#M59078</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/225/steven.c.html" nodeid="225"&gt;@steven.chen&lt;/A&gt;, that is absolutely normal. Many features are only available with global lists. Global lists are treenode bound and local/internal lists aren’t. Local lists exists only as data but you can’t explore them with a table.query either. If you need tree bound features of a list, you must use global lists.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2020 09:30:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555399#M59078</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-12-11T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555400#M59079</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can think about a local / internal list with a scope restricted to the function or source code where she exists. Then you can not reference the pointer from an external scope. The list declaration must be global to get access to a list. You can compare this with a declared variable in a for-loop statement block that you can not get access to from outside of this block.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2020 09:38:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555400#M59079</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-12-11T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555401#M59080</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In a simple case there's no problem with this - as shown in the attached model.   &lt;/P&gt;&lt;P&gt;So there must be something else happening.   If you've instanced process flows I can image that might cause issues - but if you could share your model that would help us understand what's happening.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/35116-eventtriggeredsourcelistenstointernallist.fsm" target="_blank"&gt;EventTriggeredSourceListensToInternalList.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:08:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555401#M59080</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-12-11T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555402#M59081</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;As &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;jason.lightfoot&lt;/A&gt; said, it's ok to listen event-triggered source in general process flow. But causing exception in object/instance process flow. The reason may be &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;Jörg Vogel&lt;/A&gt;  explained, the local list is inside scope of instance, since the instance is not instantiated so the list doesn't exists at design time, so it can't be referenced by event-triggered source. Does I understand it right?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Dec 2020 01:05:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555402#M59081</guid>
      <dc:creator>mail7WJMZ</dc:creator>
      <dc:date>2020-12-14T01:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555403#M59082</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The instances of object process flows exist when members objects are added, so you should be able to listen to them but this is not supported currently that I can see, and certainly not through the standard acitivity options.  &lt;/P&gt;&lt;P&gt;The solution is to may the internal list type global and use partitions by instance and match the listening event to the partition (current)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Dec 2020 15:51:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555403#M59082</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-12-14T15:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid triggering event on local/internal list</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555404#M59083</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Awesome! I didn't think of partition can solve my question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Dec 2020 01:27:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/invalid-triggering-event-on-local-internal-list/m-p/13555404#M59083</guid>
      <dc:creator>mail7WJMZ</dc:creator>
      <dc:date>2020-12-15T01:27:55Z</dc:date>
    </item>
  </channel>
</rss>

