<?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: Node &amp; not found error  workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799547#M1880859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all guys.&lt;/P&gt;&lt;P&gt;But the undefined steps were required in the workflow. Not sure why though&lt;/P&gt;&lt;P&gt;The workflow is quite huge and when I delete those undefined steps - it gets cluttered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found that the error was getting raised due to an if condition before the undefined step&lt;/P&gt;&lt;P&gt;I deleted it and recreated it again with same conditions formulated and workflow got activated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I couldn't find the reason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 11:11:58 GMT</pubDate>
    <dc:creator>former_member592874</dc:creator>
    <dc:date>2014-12-15T11:11:58Z</dc:date>
    <item>
      <title>Node &amp; not found error  workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799544#M1880856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some modifications in a workflow where I had to delete an undefined step 3461.&lt;/P&gt;&lt;P&gt;But, after my changes, I placed the undefined step back but with a new number 11938.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I activate the workflow - it gives an error message - Node 3461 not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guesses what this could be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I referred the following thread but not of much help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1675911" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Workflow activation error" href="https://community.sap.com/" modifiedtitle="true" title="Workflow activation error"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mamatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 09:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799544#M1880856</guid>
      <dc:creator>former_member592874</dc:creator>
      <dc:date>2014-12-11T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Node &amp; not found error  workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799545#M1880857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you adding undefined steps to workflow templates? there should not be any, they are only created to be replaced by a real step when, for example, you add a fork. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when do you receive the error message? - when activating the workflow template? (in which case kindly add a printscreen) or is workflow runtime instance in a development system in which case you can simply start a new one.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S&lt;/P&gt;&lt;P&gt;By the numbers of your nodes (11938, 3461) I assume it is a huge workflow in which case you should consider using sub-worklfows or it's a heavily modified one, in which case you should try to see what is the reason for all the changes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 00:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799545#M1880857</guid>
      <dc:creator>ronen_weisz</dc:creator>
      <dc:date>2014-12-15T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Node &amp; not found error  workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799546#M1880858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mamatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that workflow doesn't really need any undefined steps. If the workflow is in syntax error , then definately you need to correct the definition. You can see workflow menus ( i forgot it is edit for some other ) , you will find "Block Correction". You need to select number of nodes , i suggest whole workflow design and then do the block correction. It will correct this node problem and then you can activate the workflow.&lt;/P&gt;&lt;P&gt;The other solution will be go back to previous version and do your changes again , but the block correction will definately solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799546#M1880858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T07:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Node &amp; not found error  workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799547#M1880859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all guys.&lt;/P&gt;&lt;P&gt;But the undefined steps were required in the workflow. Not sure why though&lt;/P&gt;&lt;P&gt;The workflow is quite huge and when I delete those undefined steps - it gets cluttered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally found that the error was getting raised due to an if condition before the undefined step&lt;/P&gt;&lt;P&gt;I deleted it and recreated it again with same conditions formulated and workflow got activated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I couldn't find the reason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 11:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-found-error-workflow/m-p/10799547#M1880859</guid>
      <dc:creator>former_member592874</dc:creator>
      <dc:date>2014-12-15T11:11:58Z</dc:date>
    </item>
  </channel>
</rss>

