I am facing one issue with process initiator deactivation.

Certified Senior Developer

Hello everyone,

I have a query. in application the processes are running with someone's account it seem...what happens when her/his account is disabled? will the processes stop working in environment ?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    The process won't stop working exactly, but certain things that happen in the "initiator" context will start failing (and it can cause a weird error message).  This is a core reason why I tend to design subprocess trees to initiate as "publisher", so only top-level process contexts are running as "initiator" (and even this approach is imperfect, but usually "good enough").  If there's a certain initiator who has loads of instances running in their name, then usually the best solution is to not deactivate them, but take certain other approaches when they no longer need access to their account.

  • 0
    Certified Senior Developer
    in reply to Mike Schmitt

    Does this mean I need to change the settings of all process that they made? Like changed from running as "publisher" to "initiator"?

Reply Children