Hello, is it possible to use the transiction with script BSH?
I noticed that if an activity in the workflow I use different scripts created and ones fails, my database remains inconsistent. The transiction could resolve it.
Any idea?
Thank you.
Hello, is it possible to use the transiction with script BSH?
Hi, shark 4.4 supports BSH scripts, but the context is slightly different from the scripts. I'm not sure that the object cmdb is present in the transition context.Btw, if you need this feature only to manage a script failure, maybe the right choice is handle the exception using java try/catch.