Skip to main content
September 14, 2023
Question

How to have exception work on a node in process model encountering activity class parameter error

  • September 14, 2023
  • 5 replies
  • 0 views

Hi All,

I'm trying to add a exception to one of my nodes when I'm creating new users, checking the condition if the username is taken or not. I'm currently trying to add this exception to the create new user smart service node,  When I create this exception it gives me an error of activity class parameter? is it saying that the value giving to check it doesn't exist ? I'm not sure.

5 replies

mathieud0001
September 14, 2023

Probably easier to deal with it via a regular gateway instead of an exception.

September 15, 2023

I'm trying to avoid using more nodes since my pm is already very large. Any way you could provide me with an example of configuring an exception? 

mathieud0001
September 15, 2023

Exceptions aren't usually used in that way. I personally try to avoid them because it makes the process harder to read and troubleshoot. Only thing I might use is a timer exception to trigger something after a certain period of time.

If your process model is getting too big, I would recommend refactoring it into smaller pieces.