Skip to content

Is there a way to go back to any previous step? #167

Closed
@deepakmega

Description

@deepakmega

Is there a way to define the next step using the fluent api, I somehow managed this in the JSON format using the next step ID, but is it possible using the fluent api ?
Below flow is my requirement..

START
step1
step2
Loop condition1
    step3
    if(condition2) 
         GOTO Step1/2   // ( go back to start/step 1/2)
END

Am I missing any primitive step here or is there a hack to do the above flow using loops/other steps ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions