Skip to main content

HI,

 

Go To method has three overloaded methods. I have been testing them out for use in one of the workflows. It is not working as it should.

 

Overload One

GoToActivity(string activity);

GoToActivity(string activity, bool sync)

GoToActivity(stirng activity, bool sync, bool expireAll)

 

Im trying to user the thried overloaded method. I have an activity when a user clicks a button I want it to go to antoher activity in the same process but the current activity should stay active as well. I have tried to set GoToActivity("name of activity i want it to go to", false, false as I dont want to expire current activities).

 

Please advise if there is a way to achieve this or if I am not using the method correctly.

Use the first overload.  It won't expire all activities by default.


Reply