Expand my Community achievements bar.

Workflow showing aborted though all steps completed, why would that be?

Avatar

Level 5

See attached

Why would it list as aborted if all the steps are completed?

5 Replies

Avatar

Level 10

Can you describe your workflow - i asked WIll to take a look here. So please provide a few more details about the Workflow. 

Also - what log messages are you getting? 

Avatar

Level 5

Thanks for responding. Steps are basic, one step parses the xml posted at the path of the launcher, then the next step deletes the xml after processing. Nothing fancy actually.

There are no error message in log for the same.

Avatar

Level 10

Are you using any custom steps or are all steps AEM out of the box steps?

Avatar

Level 5

The processing step of parsing the XML payload is a custom step. This was built for us by Adobe Consulting Services.

Is there anything specific that needs to be done inside the custom step for it to show status as completed. The last step is the delete OOB ECMA script which deletes the XML file after processing

 

So the steps are

a. Start

b. Parse XML (Custom)

c. Send notifications (Custom)

d. Delete XML (OOB)

Avatar

Level 2

Are you able to remote debug your custom steps, just to make sure they are completing ok? 

Have you verified the results of each step? i.e XML file created, XML file deleted, notifications sent?