GoTo Activity

Is there a way to perform a GoTo intruction at all?

I have a seperate sequence which is invoked into my main sequence, but if it’s called, I wish to essentially skip a few steps within the Automation and not carry out what would typically occur next.

So lets say it goes like this:

STEP 1
STEP 2
STEP 3 (if true then skip to STEP 6)
STEP 4
STEP 5
STEP 6

It’s an Assign activity I wish to skip to.

Is this possible?

Hi @steve1977beyond

Yes, it’s possible but here you have to use the Flow chart in the Main xaml.

There is a activity called Flow decision which will check the condition. If it’s true it will go to Step6 or it will execute Step4 to step6.

Check the below workflow for better understanding,

Hope it helps!!

there are some techniques to model it within single sequence
OR
have a look at workflow charts/state machines

in a few variations also a switch is involved when modelling such goTo/jump forward patterns

@steve1977beyond,

You can achieve this with Studio - Flowcharts

Thanks,
Ashok :slight_smile: