This seems easy but my brain hurts. I have a group of directors that approve other requests for their departments. I'd like to add them to the director role. That way, if they submit a request for their department, it skips the approval task and moves on down the line. How can I set this up from an exclusive gateway where:
Process Initiator = ValueOf[Role(Director)] .... This is made up pseudo code btw but how I'm thinking of it for the pathway from the gateway.
I'd rather not build a table lookup with hidden fields as all that information seems to be here already and would have to be managed with hiring/separation/promotion events. This way it's a one stop shop to add them to the director role and move on.
Thanks in advance to anyone with any insight on this one!