Aem 6.5 workflow history issue | Adobe Higher Education
Skip to main content
manisha594391
Level 4
April 14, 2020
Répondu

Aem 6.5 workflow history issue

Hi,

I am facing an issue with creating and starting workflow in aem 6.5.

I tried creating a workflow model in aem 6.5.

Now when I run the workflow, when i open the history in instances tab, I can just see 2 steps - first and last. I am unable to see the middle steps. It seems node transition is not working as expected. Please suggest

Ce sujet a été fermé aux réponses.
Meilleure réponse par BrianKasingli

@manisha594391,

There might be a problem in your workflow process step. Can you share some code? Try replacing your custom workflow process step with something that is out of the box like "activate page". Run your custom workflow model. Review the invoked workflow history. This can determine if there is a defect in your custom workflow process code. Also, do you have any errors in the error.log?

1 commentaire

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
April 14, 2020

@manisha594391,

There might be a problem in your workflow process step. Can you share some code? Try replacing your custom workflow process step with something that is out of the box like "activate page". Run your custom workflow model. Review the invoked workflow history. This can determine if there is a defect in your custom workflow process code. Also, do you have any errors in the error.log?

manisha594391
Level 4
April 14, 2020

The same process step is working with the existing. workflow. Also, I tried using OOTB Activate process. The workflow instance history is still the same. when seen the history, the initiators are different. For thhe existing workflow the initiator is workflow-service, while for the fresh one the initiator is workflow-administrator