You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
The error is always the same, except for the instance #id that changes
The error:
Could not find workflow instance #159795: root cause: SQL Exception while executing the following:SELECT NAME, INITIALIZED, STATE FROM public.OS_WFENTRY WHERE ID=? (ERROR: current transaction is aborted, commands ignored until end of transaction block)
It seems that you have tried to perform an illegal workflow operation.
I make the query directly in database:
SELECT ID, NAME, INITIALIZED, STATE FROM public.OS_WFENTRY
where ID = 159795
(it works, it will load the workflow Name with the state 1)
Can anybody help?
Thank you
I found the problem, it was an error caused by one plugin (Workflow Sync from Adaptavist). I used safe mode and all looked ok, so I tried do disable the plugins one by one until I found the problem.
Anyways, thanks for your help.
That's not an Adaptavist add-on!
Sorry, My Apologies. Even the name was incorrect. It's Worklog Sync from OBSS, but it was an old version.