Set step as current via Rest

2124
1
04-02-2014 09:29 AM
RichardJarvis
New Contributor II
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:
{
 "error": {
  "code": 400,
  "message": "Unable to complete operation.",
  "details": [
   
  ]
 }
}


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!
0 Kudos
1 Reply
by Anonymous User
Not applicable
Hi Richard,

I don't have an immediate answer, but I can try something similar tomorrow and let you know my results.

Cheers,
Michael
0 Kudos