<?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: How can I spin up a process on successful completion of another process? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243865#M196995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend signal or message start events. Use signal or message start events at the beginning of the process. The process which should start new process instance could simply use signal/message throw event and start the process based on the event fired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 19:41:06 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2016-06-16T19:41:06Z</dc:date>
    <item>
      <title>How can I spin up a process on successful completion of another process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243862#M196992</link>
      <description>I have a process that, upon completion, conditionally needs to spin up another process. The other process could be one of many, so the process identifier needs to be stored in a variable. Is there a way to do this using only activiti explorer and the rest api (which I believe excludes me from being</description>
      <pubDate>Wed, 15 Jun 2016 13:19:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243862#M196992</guid>
      <dc:creator>danielporter1</dc:creator>
      <dc:date>2016-06-15T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I spin up a process on successful completion of another process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243863#M196993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few solutions which I can think of right away are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) To add a service task at the end of the process and code it such that this one will start the process which ever you want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Have a call activiti at the end of the process. I never really tried call activiti to trigger a process from a variable's value at runtime but you can give it a try. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 11:16:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243863#M196993</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-06-16T11:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I spin up a process on successful completion of another process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243864#M196994</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;So the service call seems interesting. I haven't seen a way to make service calls without setting up a WSDL, though. Based on reading the documentation, I believe there's no way to induce a service call to make a request with JSON (again, using only activiti explorer and rest API, and possibly modifying the xml of the process). Is that correct, or have I missed something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warmly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:38:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243864#M196994</guid>
      <dc:creator>danielporter1</dc:creator>
      <dc:date>2016-06-16T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I spin up a process on successful completion of another process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243865#M196995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Daniel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend signal or message start events. Use signal or message start events at the beginning of the process. The process which should start new process instance could simply use signal/message throw event and start the process based on the event fired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-spin-up-a-process-on-successful-completion-of-another/m-p/243865#M196995</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-16T19:41:06Z</dc:date>
    </item>
  </channel>
</rss>

