<?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 Driving Menus Using BPMN in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110076#M77286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to drive my app's menu system via the process only, the first way to do this that occured to me was to find outgoing sequenceFlows for a given exclusive gateway. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading this post:&lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=1279&amp;amp;start=0" rel="nofollow noopener noreferrer"&gt;Is this correct way to get outgoing transitions?&lt;/A&gt;&lt;SPAN&gt;, and this post &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=4827&amp;amp;p=19029&amp;amp;hilit=exclusive+gateway#p19029" rel="nofollow noopener noreferrer"&gt;Querying ExclusiveGateway and other gateways.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leads me to believe that there is no intent for a given exclusive gateway to be able to find it's possible outoing sequenceFlows (or at least doing so is a bad idea). I believe i understand the desire for this - the sequenceFlow should be the things that determine which one is taken (so that they could be executed in parallel). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My idea is that I don't want to have to specify twice what the possible options are for any given exclusive gateway (i.e. in the menu, or in the user task, and in the criteria of the sequenceFlow itself). This would allow me to dynamically drive my process dependant only on the process itself (i.e. draw buttons for each sequenceFlow name, set process variables based on button pushed as the name of the sequenceFlow) Then if a user chooses to add additional sequenceFlows to a given gateway the UI doesn't have to be explicitly aware of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This to me seems very reasonable (mostly because it's about reducing duplication). Am I missing something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 14:10:06 GMT</pubDate>
    <dc:creator>izaak</dc:creator>
    <dc:date>2012-11-15T14:10:06Z</dc:date>
    <item>
      <title>Driving Menus Using BPMN</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110076#M77286</link>
      <description>I'm trying to drive my app's menu system via the process only, the first way to do this that occured to me was to find outgoing sequenceFlows for a given exclusive gateway. Reading this post:Is this correct way to get outgoing transitions?, and this post Querying ExclusiveGateway and other gateways.</description>
      <pubDate>Thu, 15 Nov 2012 14:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110076#M77286</guid>
      <dc:creator>izaak</dc:creator>
      <dc:date>2012-11-15T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Menus Using BPMN</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110077#M77287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your analysis is correct. The 'right' BPMN 2.0 way to do it is indeed duplicating that information in the choice for the user and in the sequenceflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is a matter of the user selecting themselves which sequence flow to take, you could look into adding those sequence flow without an exclusive gateway, straight out of the task …. However, you would need specific conditions on the outgoing sequence flow still, something like 'sequenceFlowId == blah'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So another thing you could do, is write your own activitybehaviour that only takes one outgoing sequenceflow instead the default way of taking everything in parallel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:21:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110077#M77287</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-15T19:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Menus Using BPMN</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110078#M77288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or parse the xml and get the information from the conditions on the sequence flows&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 20:54:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110078#M77288</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-11-15T20:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Driving Menus Using BPMN</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110079#M77289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the 5.11 release, we'll have an easy xml -&amp;gt; pojo parser in there which you can use as enhancement on Ronald's suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 18:10:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/driving-menus-using-bpmn/m-p/110079#M77289</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-11-16T18:10:39Z</dc:date>
    </item>
  </channel>
</rss>

