Improvements in Orchestrator Activities

Currently Start job just starts the bot and does not return any output.

It would be good if it get job status activity takes job ID as input and returns status returns status and output of process if job is successful. So that we can use it in much better way.
Also, start process doesn’t provide an option to pass input arguments to it.

With this we can efficiently use our robots.

We can do this using Orchestrator API. It would be easy if we have direct option available in studio.

@Rocki_Jan

It is already implemented giving inputs to the bot while starting job from orchestrator.

And when Job completes we can see the output values of the Job in Job Details.

To display Input and Output values in Job, we should add them as arguments in main.xaml

1 Like

Are you talking about Start Job activity?

1 Like

Sorry, I am talking about start job in orchestrator.

@Rocki_Jan

this Activity is will start a job with given inputs and provides the output as well

1 Like

Hi @Rocki_Jan

As mentioned earlier, you could try the:

It seems like something you would want to do :slight_smile:

Could you elaborate on your use case using the Start job activity? Is it much different from the above mentioned Orchestration Process?

1 Like