<?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 to activate workflow-details form customization? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85359#M25917</link>
    <description>&lt;P&gt;I tried using several values, to no avail. scwf:submitHelloWorldTask is a child of bpm:startTask.&lt;BR /&gt;&lt;BR /&gt;Here is the model file (copied straight off):&lt;BR /&gt;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/model/scWorkflowModel.xml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/model/scWorkflowModel.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the bpmn file (copied straight off):&lt;BR /&gt;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/workflow/helloWorldUI.bpmn" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/workflow/helloWorldUI.bpmn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, if one looks in the&amp;nbsp;share-workflow-form-config.xml standard alfresco file, it is clearly visible that id="workflow-details" is used in multiple other task types as well, not just bpm:startTask, so I am a bit skeptic to it being unusable in other tasks. But I might be wrong, since I haven't gotten it to work at all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 07:33:13 GMT</pubDate>
    <dc:creator>henrikr</dc:creator>
    <dc:date>2019-12-04T07:33:13Z</dc:date>
    <item>
      <title>how to activate workflow-details form customization?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85357#M25915</link>
      <description>&lt;P&gt;Based on Jeff Potts excellent tutorials on how to create workflows,&lt;BR /&gt;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html&lt;/A&gt;&lt;BR /&gt;I have after a couple of months I have circled back and tried to modify the workflow details form, however, I cannot seem to achieve ANY change. At all. Every attempt I've made so far to make the workflow-details change by adding a form in share-config-custom.xml has failed. First I tried modifying my own workflows I've made, and I also made a post on stack-overflow asking for help, but there I felt that the only people responding were giving me copy-pasted entries from the documentation, which in itself might help someone, but since I'm doing everything right as far as I can see, I couldn't see what I was doing wrong, and neither could I get a proper answer pointing out the difference. Now, my post there is dead.&lt;BR /&gt;&lt;BR /&gt;So, my next step was to start over from scratch. I went through the tutorial and quickly implemented the HelloWorldUI workflow and got it working, and then I did the following in an attempt to change the workflow details form:&lt;BR /&gt;&lt;BR /&gt;1. I copied the original form used in share-config-custom.xml for this workflow&amp;nbsp;&lt;BR /&gt;2. I added the copied form inside a new config tag:&lt;BR /&gt;&amp;lt;config evaluator="task-type" condition="scwf:submitHelloWorldTask" replace="true"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;3. I modified the &amp;lt;form&amp;gt; tag to include id="workflow-details"&lt;BR /&gt;4. I changed some of the &amp;lt;show&amp;gt; tags to &amp;lt;hide&amp;gt; tags and removed their corresponding &amp;lt;appearance&amp;gt;&amp;lt;field&amp;gt; tags.&lt;BR /&gt;&lt;BR /&gt;And yet, no change. I've looked for any additional requirements out there for it to work, but the instructions are sparse.&lt;BR /&gt;Anyone experienced or of the core Alfresco team out there who could give a thorough answer to what might be wrong? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 05:47:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85357#M25915</guid>
      <dc:creator>henrikr</dc:creator>
      <dc:date>2019-12-04T05:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate workflow-details form customization?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85358#M25916</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;lt;config evaluator="task-type" condition="scwf:submitHelloWorldTask" replace="true"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In above configuration , "&lt;SPAN&gt;scwf:submitHelloWorldTask" task should be start task type,which mean it should be the task which is of startTask in bpmn file.If you add your bpmn file/diagram i can tell you what should be the value of it ,if you are not able to understand.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 06:15:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85358#M25916</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2019-12-04T06:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate workflow-details form customization?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85359#M25917</link>
      <description>&lt;P&gt;I tried using several values, to no avail. scwf:submitHelloWorldTask is a child of bpm:startTask.&lt;BR /&gt;&lt;BR /&gt;Here is the model file (copied straight off):&lt;BR /&gt;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/model/scWorkflowModel.xml" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/model/scWorkflowModel.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the bpmn file (copied straight off):&lt;BR /&gt;&lt;A href="https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/workflow/helloWorldUI.bpmn" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/jpotts/alfresco-developer-series/blob/master/workflow/workflow-tutorial/workflow-tutorial-platform-jar/src/main/resources/alfresco/module/workflow-tutorial-platform-jar/workflow/helloWorldUI.bpmn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, if one looks in the&amp;nbsp;share-workflow-form-config.xml standard alfresco file, it is clearly visible that id="workflow-details" is used in multiple other task types as well, not just bpm:startTask, so I am a bit skeptic to it being unusable in other tasks. But I might be wrong, since I haven't gotten it to work at all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 07:33:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-activate-workflow-details-form-customization/m-p/85359#M25917</guid>
      <dc:creator>henrikr</dc:creator>
      <dc:date>2019-12-04T07:33:13Z</dc:date>
    </item>
  </channel>
</rss>

