Can we call previous sequence when using sequence format rather than flowchart?

Dears,

Can we call previous sequence when using sequence format rather than flowchart?

1 Like

@hsendel

you can use invoke workflow file activity …

invoke workflow file activity can be used only to call another *.xaml file outside this one, my case is to call inside same code.
If possible too, Could please share an example for “Activity” settings?

yah literally we can copy that sequence as a whole container and paste in the different sequence along the workflow
–or we can use a loop to get back to the previous sequence of the current one
and we dont have any specific activity to call upon the previous sequence

–in looping the activities involved are
–while loop
–first sequence
–if condition (any condition to proceed further to the next sequence)
–second sequence to be continued with

hope this would help you
Cheers @hsendel

To Make My Concern more clear, Is it possible to go back to sequence2 if certain condition met in sequence 3 , of course without using flowcharts( decision flow).Thx

1 Like

Fine buddy
to be very simple
as you say gonna use IF condition we can copy and paste the sequence2 in the THEN or ELSE part of IF condition within the sequence3

Cheers @hsendel

1 Like

YES Totally agree, but I’m searching for an existing activities that helps just to write the sequence name without copy/paste to reduce the complexity of our process :slight_smile:

1 Like

well actually we dont have any specific activity to call a sequence being inside the same the workflow.
instead to do that we need to have that sequence as a separate workflow like separate xaml so that we can call that xaml here in our current workflow with INVOKE WORKFLOW file activity

Cheers @hsendel

1 Like

Perfect!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.