The idea is, i'm using beanshell plugin with some code. In that code i want to do terminate process when get some cases that i not want process go to next activity, but insteadly kill process in beanshell. How i do that? Are there code that can do that?

Thanx

  • No labels

1 Comment

  1. Hi there,

    I would suggest that you to make use of workflow variable in this case. This would make the process flow and management clear and easy to be managed in the future.

    Design your workflow such a way that the process would end when the condition is met on the workflow variable assigned in your beanshell plugin. Good luck!

    Hugo