To start a process in different appian environments

Certified Senior Developer

Hi all,

I have a use case where we want to start a process (process model independent of parent process) in different Appian environments from its parent process model.

So we need to accomplish an action in appian environment 1 and appian environment 2 once certain actions are completed in appian environment 3.

PM in appian environment 3 should trigger PMs in Appian environment 1 & 2 upon its completion, we cannot use web API or integration here.

So I wanted to understand if we can make use of 'start process by email' option to start multiple process which are in different appian environments.

Also if we have any other better approach for this scenarios? Any suggestion here much appreciated.

Thanks,

Preji

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Peter Lewis

    The process we are looking to trigger is, around deactivation of users accounts.

    Once we manually deactivate the user account in prod, we want to trigger the deactivations process in lower regions for this same email-id.

    We do not want to wait for the system to deactivate the ids upon inactivity as well as we dont want to manually carry out the deactivation in lower regions.

    We can achieve this by passing the emailid which is common in all the appian regions and with this we will be able to deactivate user's account as well as all the persona accounts which was created using this email-id(as the person is no longer gona use appian hence getting password reset mail on their email ids is on no use).

Children