<?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: Validation Error in custom outcome in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14529#M6375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I understand why you are doing in the code something that APS workflow should be responsible for? You could bring variables from stage to stage if needed, without hacking the form and outcome buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it is absolutely necessary do that in javascript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 12:41:53 GMT</pubDate>
    <dc:creator>dvuika</dc:creator>
    <dc:date>2018-10-08T12:41:53Z</dc:date>
    <item>
      <title>Validation Error in custom outcome</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14527#M6373</link>
      <description>Hello,I have designed the process as followsIn my html I have written code as follows&amp;lt;adf-task-details  #activitidetails  [taskId]="currentTaskId"  (executeOutcome)="onExecuteOutcome($event)"  (formLoaded) = "onFormLoaded($event)" (error)="customErrors($event)" [showHeader]="false" [showHeaderCon</description>
      <pubDate>Sun, 07 Oct 2018 06:59:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14527#M6373</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-10-07T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Validation Error in custom outcome</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14528#M6374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are precisely asking is you want the task B to be cancelled using and outcome button called 'cancel' and the token should move back to task A.I see the following needs to be looked upon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If Task B has a form and if it has any mandatory fields then the cancel button will not be enabled due to form validator.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;If you go for 'prevent default' for outcome button ,your token will remain in the same task i.e B.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; With alfresco default behavior it tries to save the task form data on submit of any outcome button,which needs to be validated in case of mandatory fields.&lt;/P&gt;&lt;P&gt;This should be a generic UI requirement where there is a need to always enable cancel button with mandatory form fields .Please try to explore on unclaiming the task but i doubt if it moves back the token ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 08:35:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14528#M6374</guid>
      <dc:creator>majiedahamed</dc:creator>
      <dc:date>2018-10-08T08:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Validation Error in custom outcome</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14529#M6375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I understand why you are doing in the code something that APS workflow should be responsible for? You could bring variables from stage to stage if needed, without hacking the form and outcome buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it is absolutely necessary do that in javascript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 12:41:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14529#M6375</guid>
      <dc:creator>dvuika</dc:creator>
      <dc:date>2018-10-08T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Validation Error in custom outcome</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14530#M6376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Denys Vuika&lt;/B&gt;‌ yes. Onclick of cancel it should cancel that task and erase the entered data then move back to previous task, while doing this from the backend i'm getting that error. So how can I resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:08:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14530#M6376</guid>
      <dc:creator>amruta_w</dc:creator>
      <dc:date>2018-10-09T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Validation Error in custom outcome</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14531#M6377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing something similar to this?&lt;BR /&gt;&lt;A __default_attr="239192" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/239192-cancel-functionality-in-activiti?et=watches.email.outcome" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 10:02:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/validation-error-in-custom-outcome/m-p/14531#M6377</guid>
      <dc:creator>mauriziovitale</dc:creator>
      <dc:date>2018-10-17T10:02:57Z</dc:date>
    </item>
  </channel>
</rss>

