Clarifications in Invoke Process

Hello,

I am trying to understand Invoke Process activity.

  1. Is it necessary that the project has to be published as a package to orchestrator before I try to invoke, wont it work like invoking the workflow by selecting the file.

2.And I can only invoke one process from the package with one entry point

Is there any option that I can run whole package with one invoke process activity instead of creating different process with different entry point for the same package.

Please help me understand.

Regards,
Vasan.

Hi ,

  1. It doesn’t need to be published on the Orchestrator, if you have the local build it also works.
  2. It is not necessary to have an entry point, you can invoke the process just passing the name or path of the local build.

Below is the activity documentation.