I'm having trouble setting a step as the current step from the rest service (10.2 build 3096). From the url "/jobs/job/<JOBID>/workflow/steps/step/<STEPID>/setAsCurrent?user=<USERNAME>&f=pjson" I get response:
This same action works fine from the Workflow Manager client application but I need to be able to send this request through the rest service. The workflow has advanced several steps past the step that needs to be set as current but the user should be able to reactivate the step of interest at any point in the workflow before the close job step.
Any help on this is much appreciated! Thanks in advance!