Hello
I am initiating WFA workflows via REST and this is working great.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<workflowInput>
<userInputValues>
<userInputEntry key="Region" value="LAB"/>
<userInputEntry key="Rep" value="No"/>
<userInputEntry key="Backup" value="No"/>
<userInputEntry key="Email" value="user@email.com"/>
<userInputEntry key="NARid" value="60028-1"/>
<userInputEntry key="Description" value="Portal"/>
<userInputEntry key="DFSpath" value="Lab-test"/>
<userInputEntry key="BISO" value="user@email.com"/>
<userInputEntry key="CClist" value="0840867585:100"/>
</userInputValues>
</workflowInput>
However, I have noticed there is jobStatus field in the output
<jobStatus>COMPLETED</jobStatus>
<scheduleType>Immediate</scheduleType>
I presume I can submit the job as DELAYED and provide a PlannedExecutionTime - but can anyone supply me with the REST input/format to post this instruction to my workflow?
Thanks