<?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 Betreff: Auto Transition in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177289#M480</link>
    <description>&lt;P&gt;A picture helped. Yes, Sven's approach is exactly what you need.&lt;/P&gt;&lt;P&gt;A script attached to the initial transition, that does your "XYZ" test, and conditionally advances the workflow, using the custom ID of the follow-on transition you want to call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="auto_advance.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1254457i054D5AD9BACB8933/image-size/large?v=v2&amp;amp;px=999" role="button" title="auto_advance.jpg" alt="auto_advance.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 11:24:28 GMT</pubDate>
    <dc:creator>philipfrench</dc:creator>
    <dc:date>2023-08-17T11:24:28Z</dc:date>
    <item>
      <title>Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12169234#M474</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a question regarding the creation of an item and a workflow transition. I have two arrows: one labeled "CREATE," which goes from the workflow state "CREATE" to "Document in Review," and the other labeled "CANCEL," which goes from "Document in Review" to "Canceled."&lt;/P&gt;&lt;P&gt;Is it possible to create a transition from "CREATE" to "Document in Review" and then further to "Canceled"? To reach the "Canceled" state, one must go through the "Document in Review" state.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE -&amp;gt; DOKUMENT_IN_REVIEW-&amp;gt;CANCELED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE!!!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:13:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12169234#M474</guid>
      <dc:creator>Shohrukhi.Ilhomzoda</dc:creator>
      <dc:date>2023-08-14T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12174389#M475</link>
      <description>&lt;P&gt;Why do you need to go through the 'Document Review' status? Do you want to apply some processing (by script) before the process gets set to 'Canceled'? Or do you want to involve approvals / reviews by other users before cancelling the process?&lt;/P&gt;
&lt;P&gt;To implement this subsequent status change to the canceled status, you could perform the 2nd transition to Canceled status by script, once the first transition is complete and if certain criteria is met. An action script attached to the initial transition could verify certain conditions and then optionally even trigger the next workflow transition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As an alternative, you could create a connection from CREATE to CANCELED and attach the same scripts to this transition that would usually be invoked upon transition to DOKUMENT_IN_REVIEW and CANCELED.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 11:13:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12174389#M475</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2023-08-16T11:13:16Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12176917#M476</link>
      <description>&lt;P&gt;I just wanted to see if it is possible to go from the first status to the third status via a second status, although there is no direct arrow from the first status to the third status. Normally the arrow goes from the second status to the third status.&lt;BR /&gt;As I understand now, it is not possible to go through one transition to the other.&lt;BR /&gt;Thanks for the answer Sven!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 08:30:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12176917#M476</guid>
      <dc:creator>Shohrukhi.Ilhomzoda</dc:creator>
      <dc:date>2023-08-17T08:30:53Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177151#M477</link>
      <description>&lt;P&gt;You can investigate performWorkflowTransitionByCustomID() in a workflow action, and this will make the workflow advance one more step.&lt;/P&gt;&lt;P&gt;Or just add another transition to the workflow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are still puzzled, then please add a picture of your workflow, and explain in the picture what you are trying to achieve. I get the impression you have a simple problem that we are not understanding your goal correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:34:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177151#M477</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2023-08-17T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177207#M478</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:56:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177207#M478</guid>
      <dc:creator>Shohrukhi.Ilhomzoda</dc:creator>
      <dc:date>2023-08-17T10:56:35Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177214#M479</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So I describe my problem here in more detail:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I create an item, I end up directly in the status "Document in Review". But under a certain condition, for example condition "XYZ", I don't want to end up in "Document in Review" but in "Automatic Distribution". But there is an arrow only from "Document in review" to "Automatic Distribution". The problem is, you can have only 1 outgoing arrow from the start, so no double arrow. Can I go from Start through "Document in Review" to "Automatic Distribution" under the condition "XYZ"?&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PLM Screen Transition.png" style="width: 510px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1254438i23E4E4A5938F01A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="PLM Screen Transition.png" alt="PLM Screen Transition.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177214#M479</guid>
      <dc:creator>Shohrukhi.Ilhomzoda</dc:creator>
      <dc:date>2023-08-17T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177289#M480</link>
      <description>&lt;P&gt;A picture helped. Yes, Sven's approach is exactly what you need.&lt;/P&gt;&lt;P&gt;A script attached to the initial transition, that does your "XYZ" test, and conditionally advances the workflow, using the custom ID of the follow-on transition you want to call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="auto_advance.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1254457i054D5AD9BACB8933/image-size/large?v=v2&amp;amp;px=999" role="button" title="auto_advance.jpg" alt="auto_advance.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177289#M480</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2023-08-17T11:24:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177323#M481</link>
      <description>&lt;P&gt;I used to do exactly as you did but I can't create items it always runs an error.&lt;BR /&gt;"There has been a problem running a custom action (XYXY Workflow Actions). Please contact your system administrator."&lt;BR /&gt;Maybe it is because of no direct arrow from "Create" to "Automatic Distribution" ???&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:42:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12177323#M481</guid>
      <dc:creator>Shohrukhi.Ilhomzoda</dc:creator>
      <dc:date>2023-08-17T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Transition</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12308563#M482</link>
      <description>&lt;P&gt;Did you manage to solve this problem? Your remarks helped to understand your problem better and I validated my approach successfully in workspace Problem Reports: A script on the initial workflow transition now will skip the initial status if a given condition is met.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually, new Problem Reports remain in status &lt;STRONG&gt;Create&lt;/STRONG&gt; until a user performs the &lt;STRONG&gt;Submit&lt;/STRONG&gt; transition:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-16 at 10.59.34.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279670iC821B3D1263C92E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-16 at 10.59.34.png" alt="Screenshot 2023-10-16 at 10.59.34.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to skip the &lt;STRONG&gt;Create&lt;/STRONG&gt; status, I added a checkbox '&lt;STRONG&gt;Auto Submit&lt;/STRONG&gt;' in the Item Details of Problem Reports:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="checkbox.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279673i7A19034844214F32/image-size/large?v=v2&amp;amp;px=999" role="button" title="checkbox.png" alt="checkbox.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This checkbox now gets evaluated by an action script attached to the very first transition:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="script.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279674i428F6B1FB2FB0D92/image-size/large?v=v2&amp;amp;px=999" role="button" title="script.png" alt="script.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to this setup, users can now check the box to have the Problem Report submitted right after creation. You can see this in the workflow history - the 2nd transition is triggered instantly. If the checkbox is not ticked, the process will remain in status Create.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="history.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1279677iC874B50BAE5FB2EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="history.png" alt="history.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 09:07:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/auto-transition/m-p/12308563#M482</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2023-10-16T09:07:38Z</dc:date>
    </item>
  </channel>
</rss>

