Hi all!
We have a tricky problem, so it seems.
We want to redirect to edit form of another workflow (ID is known). This should be triggered with button click on current form.
Button is implemented as Html field and invokes a global menu action which has the correct hyperlink action and also returnUrl to current element.
After save of the other workflow element, user should be redirected to current form element.
Before redirect to the other workflow, current item should be saved.
Unfortunately we cannot figure out, how to achieve that.
Any help is appreciated!