<?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: Modelling message based process start in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76016#M50061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep searing for the same. I have a parent process that does some stuff and at some point I want to create several subprocesses. I suppose I can loop in the flow, that seems awkward. The first thought I has was a script task that called startProcessInstanceByMessage() ... specifying a message refernce. I'd have another process that used the "message start event" ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what the Eclipse plug-in generates. There appears to be exactly what I wont ... just throws an exception when I try to call startProcessInstanceByMessage() beccause there are no subscribers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;startEvent id="messagestartevent1" name="Message start" activiti:async="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;messageEventDefinition messageRef="TriggerSubProcessMessage"&amp;gt;&amp;lt;/messageEventDefinition&amp;gt;&lt;BR /&gt;&amp;lt;/startEvent&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference you make takes me to the User Guide that sure seems to descrbie just want i want...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 id="toc-hId-1257155809"&gt;8.2.9. Message Start Event&lt;/H4&gt;&lt;DIV class=""&gt;&lt;H5 id="toc-hId--1491514657"&gt;Description&lt;/H5&gt;&lt;DIV class=""&gt;&lt;P&gt;A &lt;A href="https://www.activiti.org/userguide/index.html#bpmnMessageEventDefinition" rel="nofollow noopener noreferrer"&gt;message&lt;/A&gt; start event can be used to start a process instance using a named message. This effectively allows us to &lt;EM&gt;select&lt;/EM&gt; the right start event from a set of alternative start events using the message name.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 21:20:36 GMT</pubDate>
    <dc:creator>markeastwood</dc:creator>
    <dc:date>2018-03-19T21:20:36Z</dc:date>
    <item>
      <title>Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76011#M50056</link>
      <description>Hi everybody,I was wondering how to model a message based process start in eclipse?Do you usually use signavio, eclipse or do you write the xml manually?Best regards,TobiasEdit: [Sorry, just noticed this is probably the wrong forum…]</description>
      <pubDate>Mon, 29 Aug 2011 23:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76011#M50056</guid>
      <dc:creator>tobiasw_</dc:creator>
      <dc:date>2011-08-29T23:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76012#M50057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The xml would look somewhat like this. Anyone knows how to start a process with a message signal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only signal I found was in class runtimeService, but needs an execution id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/javadocs/org/activiti/engine/RuntimeService.html#signal%28java.lang.String%29" rel="nofollow noopener noreferrer"&gt;http://activiti.org/javadocs/org/activiti/engine/RuntimeService.html#signal%28java.lang.String%29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;itemDefinition id="StartProcessMessageType" structureRef="java.lang.String" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;message id="StartProcessMessage" itemRef="StartProcessMessageType" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;!– Start Event–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;startEvent id="messageStartEvent" name="StartProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataOutput id="messageStartEventOutput" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataOutputAssociation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sourceRef&amp;gt;messageStartEventOutput&amp;lt;/sourceRef&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;targetRef&amp;gt;s&amp;lt;/targetRef&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dataOutputAssociation&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;outputSet&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataOutputRefs&amp;gt;messageStartEventOutput&amp;lt;/dataOutputRefs&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/outputSet&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;messageEventDefinition messageRef="StartProcessMessage"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/startEvent&amp;gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 06:11:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76012#M50057</guid>
      <dc:creator>tobiasw_</dc:creator>
      <dc:date>2011-08-31T06:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76013#M50058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to run this process on Activiti don't use a message start event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported start events are described in the userguide, see &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnStartEvents" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnStartEvents&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 06:38:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76013#M50058</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-08-31T06:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76014#M50059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help Tijs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a look at the user guide already and I could only find none start and timer start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one I was hoping for is Non-interrupting - Message Start Event as described in the spec &lt;/SPAN&gt;&lt;A href="http://www.omg.org/spec/BPMN/2.0/PDF/" rel="nofollow noopener noreferrer"&gt;http://www.omg.org/spec/BPMN/2.0/PDF/&lt;/A&gt;&lt;SPAN&gt; at page 424.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 22:42:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76014#M50059</guid>
      <dc:creator>tobiasw_</dc:creator>
      <dc:date>2011-08-31T22:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76015#M50060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain why you want to use this type of start event?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With Activiti the none start event would probably fill-in your needs also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 06:17:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76015#M50060</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-09-01T06:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling message based process start</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76016#M50061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep searing for the same. I have a parent process that does some stuff and at some point I want to create several subprocesses. I suppose I can loop in the flow, that seems awkward. The first thought I has was a script task that called startProcessInstanceByMessage() ... specifying a message refernce. I'd have another process that used the "message start event" ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what the Eclipse plug-in generates. There appears to be exactly what I wont ... just throws an exception when I try to call startProcessInstanceByMessage() beccause there are no subscribers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;startEvent id="messagestartevent1" name="Message start" activiti:async="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;messageEventDefinition messageRef="TriggerSubProcessMessage"&amp;gt;&amp;lt;/messageEventDefinition&amp;gt;&lt;BR /&gt;&amp;lt;/startEvent&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference you make takes me to the User Guide that sure seems to descrbie just want i want...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4 id="toc-hId-1257155809"&gt;8.2.9. Message Start Event&lt;/H4&gt;&lt;DIV class=""&gt;&lt;H5 id="toc-hId--1491514657"&gt;Description&lt;/H5&gt;&lt;DIV class=""&gt;&lt;P&gt;A &lt;A href="https://www.activiti.org/userguide/index.html#bpmnMessageEventDefinition" rel="nofollow noopener noreferrer"&gt;message&lt;/A&gt; start event can be used to start a process instance using a named message. This effectively allows us to &lt;EM&gt;select&lt;/EM&gt; the right start event from a set of alternative start events using the message name.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 21:20:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-message-based-process-start/m-p/76016#M50061</guid>
      <dc:creator>markeastwood</dc:creator>
      <dc:date>2018-03-19T21:20:36Z</dc:date>
    </item>
  </channel>
</rss>

