Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Node & not found error workflow

0 Likes
1,915

Hi,

I have done some modifications in a workflow where I had to delete an undefined step 3461.

But, after my changes, I placed the undefined step back but with a new number 11938.

When I activate the workflow - it gives an error message - Node 3461 not found.

Any guesses what this could be.

I referred the following thread but not of much help

Please help me out...

Thanks

Mamatha

3 REPLIES 3
Read only

ronen_weisz
Active Contributor
0 Likes
1,596

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.

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.   

P.S

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. 

Read only

Former Member
0 Likes
1,596

Hi Mamatha,

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.

The other solution will be go back to previous version and do your changes again , but the block correction will definately solve your problem.

Thanks

Rakesh

Read only

0 Likes
1,596

thank you all guys.

But the undefined steps were required in the workflow. Not sure why though

The workflow is quite huge and when I delete those undefined steps - it gets cluttered.

I finally found that the error was getting raised due to an if condition before the undefined step

I deleted it and recreated it again with same conditions formulated and workflow got activated!!

But, I couldn't find the reason

Thanks for all your help

Regards,

Mamatha