<?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: Aikau forms in workflow in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28207#M12078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh - so the actual question then is how you can extend the default Share UI for workflows to show Aikau forms. That was not apparent to me from the beginning. Well, that is actually the tricky part because the legacy YUI 2 UI for workflows in Alfresco Share is one of the most annoyingly fidgety things to customise - no one had ever put any effort into making that easily customisable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to consider to add make a&amp;nbsp;customisation to the "Alfresco.component.TaskList" widget (found in task-list.js which is part of the "My Tasks" page) and its function "renderCellActions" which will render the page links for task details / edit forms. You could - for specific types of tasks - substitute the link with an URL to your Aikau-based task form page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 22:14:13 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-07-03T22:14:13Z</dc:date>
    <item>
      <title>Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28202#M12073</link>
      <description>I would like to create a complex form in a workflow where various field visibility depends on inputs in other fields.&amp;nbsp; I believe the best approach to do this is in Aikau.&amp;nbsp; I have looked for information but I dont understand how to do this - or if it is even possible.&amp;nbsp; I have seen that there is an Ai</description>
      <pubDate>Thu, 29 Jun 2017 22:24:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28202#M12073</guid>
      <dc:creator>nickchase</dc:creator>
      <dc:date>2017-06-29T22:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28203#M12074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default Share workflow form UI does not support Aikau - not natively and not via the (suspended) development effort you read about. You are correct in your understanding that the forms engine work was focussed on transforming the existing XML configuration into a usable Aikau form. This feature was meant to be used within Aikau components / pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to configure your forms using JavaScript, then the best option is to simply write a custom UI for your workflows and use the base Aikau form widgets to create your form(s). You can completely ignore the feature that turned the XML-based form configurations into runtime forms, and thus don't have to rely on an experimental component that is no longer being actively developed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 10:10:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28203#M12074</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-06-30T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28204#M12075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your clarity is very valuable and much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand how to make a custom FTL based template which I can include in an XML form definition.&amp;nbsp; I dont understand how to make a complete custom form - are there any blogs/documentation you are aware of.&amp;nbsp; Once again thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:49:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28204#M12075</guid>
      <dc:creator>nickchase</dc:creator>
      <dc:date>2017-06-30T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28205#M12076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you were to create a custom form based on Aikau you wouldn't really have to bother with FTL and XML form definition anymore. Take a look at the AIkau examples / tutorials that exist, e.g. &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2014/09/26/aikau-mini-examples-simple-form" rel="nofollow noopener noreferrer"&gt;Aikau Mini-Examples - Simple Form&lt;/A&gt; or Tutorial Chapter &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial7.md" rel="nofollow noopener noreferrer"&gt;7&lt;/A&gt; and &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial16.md" rel="nofollow noopener noreferrer"&gt;16&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:03:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28205#M12076</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-07-03T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28206#M12077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies for making this a long conversation.  I have created forms in&lt;/P&gt;&lt;P&gt;Aikau about 4 times so have no issue here. But....I have no idea how to&lt;/P&gt;&lt;P&gt;display these forms when a user selects a task from their task list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we can understand this point then worlflow becomes amazingly powerful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 22:05:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28206#M12077</guid>
      <dc:creator>nickchase</dc:creator>
      <dc:date>2017-07-03T22:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Aikau forms in workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28207#M12078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh - so the actual question then is how you can extend the default Share UI for workflows to show Aikau forms. That was not apparent to me from the beginning. Well, that is actually the tricky part because the legacy YUI 2 UI for workflows in Alfresco Share is one of the most annoyingly fidgety things to customise - no one had ever put any effort into making that easily customisable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to consider to add make a&amp;nbsp;customisation to the "Alfresco.component.TaskList" widget (found in task-list.js which is part of the "My Tasks" page) and its function "renderCellActions" which will render the page links for task details / edit forms. You could - for specific types of tasks - substitute the link with an URL to your Aikau-based task form page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 22:14:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aikau-forms-in-workflow/m-p/28207#M12078</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-07-03T22:14:13Z</dc:date>
    </item>
  </channel>
</rss>

