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
Hi all,
My Jira usually have 10 post-functions, all set running one by one, by setting delay time. I usually set 2 second gap between post-functions. But I am facing bigger problems.
- sometime, JMWE just skip one postfunction in the middle. My assumption is the previous one take longer time to be completed (2 second), the JMWE just pick the next one.
- THe whole post-functions would take 20 second or more to finish. If user request another transition during the running time, then the waiting functions would not be run, and JMWE process new transition.
Do you have similar issues? How do you manage the sequence of post-functions?
Thanks all,
I'm configuring the postfunction in particular order, because the field value are pulled from different link issues. For example, the unit price is pulled from Quotation issue, and then, it is used to calculate total price. So if the post function for unit price had not finished, then the total price will give the wrong calculation.
Maybe my post functions are too complicated, but I'm facing more and more such "skipping" issues. Good to hear about new version, and really look forward to test new sequences.