Decision Node

Is there a way to use constants or expressions in a Decision Object?  We'd like to use a decision object to select which process model to start next based on status and the current process.  Ideally, we'd like to be able to use a constant to compare the input process model but that doesn't seem to be an option...unless I'm missing something obvious.

I know we can use an If or create multiple decisions....just not sure why we can't reference constants inside the decision.

Bryant

  Discussion posts and replies are publicly visible

Parents Reply
  • We considered using a similar approach with a DB table...we may revisit that idea.  I agree, testing is very easy when using proper process models with gateways to control flow logic.  One advantage we've found with this approach is "integration testing" is simply testing decisions (logic) to launch the next process.  We can test the entire flow without starting a single process.  Consequently, testing each "sub-process" becomes like a unit test.

Children
No Data