Aem 6.5 workflow history issue | Community
Skip to main content
manisha594391
Level 4
April 14, 2020
Solved

Aem 6.5 workflow history issue

  • April 14, 2020
  • 1 reply
  • 4234 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
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