Camunda workflow error

Is it possible that it’s not running this block because of something in the code around this block?
The block starts with an “else if” which implies that there’s an if before it. If that if is true, then this block won’t happen…

Do you get the “Inside P” logging message?

Hi @GotnOGuts ,

No, the “Inside P” message is not printed, in fact the log inside the if condition is also not being printed.

Thanks !

Considering that you call this same Java Class as an End Listener to the Start Activity, as the Service for the P task, and each of the other tasks, perhaps you can share your code for the whole java code?

Hi @GotnOGuts ,

We have figured out that it is not a code issue, since we are deploying the same code in both containerized and non containerized environments, and in the non containerized environment there is no issue, hence seems like we need to figure out what kind of differences are there in containerized environment that might be causing this issue. Looking forward for your inputs in this regard.

Thanks!

Containers often result in different paths.
Is the code itself actually being found?

Oh okay, thanks , will look into the path.