06-20-2023 03:27 AM
Hi guys,
How to call specific steps from another sequence within a sequence?
Below is the example of the scenario.
Sequences:
MainSequence
Sequence1
Sequence2
_______________________________________________________________
Main Flow:
1. Run Sequence 1 -> This sequence was programmed by other designer.
Main
Step 1
Step 2
Step 3
Step 4
Step 5
.
.
.
Step 10
2. Run Sequence 2 -> This sequence will need to call Sequence 1 but only Step 1 to Step 5.
I do not want to modify Sequence 1 that was originally done by other designer.
06-20-2023 08:39 AM
I am not aware of a build-in method to do so: a sequence file exposes sequences which can be called, yet steps are not exposed by a sequence.
If you want to do as described you will have to modify the existing sequence.