Trigger process on two diff machines with two different versions

Hi Team,
I need to know that, can we run same process of two different versions on two different machines. Is it possible?

Hi @Sagar_Prakash_Choudhari

Yes it’s possible.

Regards

How we can do that can you please share the demo?

@Sagar_Prakash_Choudhari,

Yes you can run two different versions on two different machines. You can do it by scheduling or running the process by specifying the package version to run.

Thanks,
Ashok :slight_smile:

Hi @Sagar_Prakash_Choudhari

You can use the triggers to execute the code at a particular time and also you can directly use the orchestraor to run the code on different machines.

Regards

@Sagar_Prakash_Choudhari,

You will have to create two or desired number of processes with desired older package versions.

For example, you want to run latest and previous version of the package.

Create two processes one for latest version, another for previous version and run as per requirement and machine.

Multiversion runs

Thanks,
Ashok :slight_smile:

1 Like