Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,413
Community Members
 
Community Events
184
Community Groups

All my issues in all projects, are getting an error with every workflow transition

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

2 comments

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 01, 2018

Start with the basics (albeit very obscured ones...).  Go to admin and look for "integrity check".  Run that, selecting the workflow related checks, and see what that does.

Sorry. I already try that also. No errors.

thanks

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. 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 06, 2018

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.

Comment

Log in or Sign up to comment