<?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 One java code to run any activiti workflow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18064#M8013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ,&lt;/P&gt;&lt;P&gt;Im new to activiti, ive done some sample projects following the quick start sample code provided on activiti website.&lt;/P&gt;&lt;P&gt;However, im getting little confused with some concepts:&lt;/P&gt;&lt;P&gt;-First : can, or is there one java code that can run any workflow?&lt;/P&gt;&lt;P&gt;-Second: how can i make a certain task pause and wait a json object to arrive through rest ?&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 20:16:03 GMT</pubDate>
    <dc:creator>aabb_activiti</dc:creator>
    <dc:date>2017-09-11T20:16:03Z</dc:date>
    <item>
      <title>One java code to run any activiti workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18064#M8013</link>
      <description>hello ,Im new to activiti, ive done some sample projects following the quick start sample code provided on activiti website.However, im getting little confused with some concepts:-First : can, or is there one java code that can run any workflow?-Second: how can i make a certain task pause and wait a</description>
      <pubDate>Mon, 11 Sep 2017 20:16:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18064#M8013</guid>
      <dc:creator>aabb_activiti</dc:creator>
      <dc:date>2017-09-11T20:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: One java code to run any activiti workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18065#M8014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Play Activiti with&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://googleweblight.com/i?u=http://www.baeldung.com/java-activiti&amp;amp;grqid=AGvXJO9c&amp;amp;hl=en-IN" title="http://googleweblight.com/i?u=http://www.baeldung.com/java-activiti&amp;amp;grqid=AGvXJO9c&amp;amp;hl=en-IN" rel="nofollow noopener noreferrer"&gt;A Guide to Activiti with Java | Baeldung&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start workflow using spring&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://googleweblight.com/i?u=https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot&amp;amp;grqid=sXnW7dmo&amp;amp;hl=en-IN" title="https://googleweblight.com/i?u=https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot&amp;amp;grqid=sXnW7dmo&amp;amp;hl=en-IN" rel="nofollow noopener noreferrer"&gt;Getting started with Activiti and Spring Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To start workflow using rest api refer this&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://localhost:8080/activiti-rest/service/runtime/process-instances" title="http://localhost:8080/activiti-rest/service/runtime/process-instances" rel="nofollow noopener noreferrer"&gt;http://host&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/activiti-rest/service/runtime/process-instances&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer this question to start workflow using java class&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/16143210/how-to-initiate-activiti-workflow-from-java-program" title="https://stackoverflow.com/questions/16143210/how-to-initiate-activiti-workflow-from-java-program" rel="nofollow noopener noreferrer"&gt;how to initiate activiti workflow from java program - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:36:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18065#M8014</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2017-09-12T16:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: One java code to run any activiti workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18066#M8015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaplesh,&lt;/P&gt;&lt;P&gt;Thanks for your answer. However, i know how to run a workflow through java code.&lt;/P&gt;&lt;P&gt;but to make my question clear:&lt;/P&gt;&lt;P&gt;Is the code we write in java workflow specific? or there is possibility for one java application to run any workflow only by considering workflow id and process ids....?&lt;/P&gt;&lt;P&gt;In other words, the code provided on activiti website ran the corresponding workflow, but it cant (as much as i know ) to run other workflows.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:45:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18066#M8015</guid>
      <dc:creator>aabb_activiti</dc:creator>
      <dc:date>2017-09-12T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: One java code to run any activiti workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18067#M8016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;you can run any workflow by required parameters and&amp;nbsp;&lt;SPAN style="color: #242729; background-color: #eff0f1;"&gt;&lt;SPAN style="background-color: #eff0f1; color: #242729;"&gt;processId .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff; color: #727174;"&gt;Thanks,&lt;BR /&gt;Kalpesh&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:26:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18067#M8016</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2017-09-13T05:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: One java code to run any activiti workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18068#M8017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what about management of task variables within the workflow? I am thinking about one generalized code to do all this stuff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:21:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/one-java-code-to-run-any-activiti-workflow/m-p/18068#M8017</guid>
      <dc:creator>aabb_activiti</dc:creator>
      <dc:date>2017-09-13T12:21:42Z</dc:date>
    </item>
  </channel>
</rss>

