Hi,
I'm trying to configure workflow consumption but I'm facing some issue. Can anyone guide me through the basic steps?
Here I am doing Central HUB Deployment to access the business workflow through Gateway services.
Here is the workflow log to the notification I have in SBWP.
I am using ‚demoformabs‛ by using its workflow ID WS70000704. For that i got one workitem ID.
In SPRO Maintain Task Names and Decision Options, i configured workflow id and step ID as in second screen shot and decision keys as well.
When i tried to get the workflow task Collection i am getting all the workitems in the service.
/sap/opu/odata/IWWRK/WFHUBSERVICE/WorkflowTaskCollection
Response
<id>http://<host>:<port>/sap/opu/odata/IWWRK/WFHUBSERVICE/ActionResultCollection('1')</id>
<title type="text">ActionResultCollection('1')</title>
<updated>2014-06-20T06:20:34Z</updated>
<categoryterm="WFHUBSERVICE.ActionResult" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<linkhref="ActionResultCollection('1')" rel="self" title="ActionResult" />
-<content type="application/xml">
-<m:properties>
<d:result_code>1</d:result_code>
<d:reason>Work item 000001895995 cannot be read</d:reason>
</m:properties>
</content>
</entry>
Here I am applying decison on Workitem id 000001895997, but it is showing Work item 000001895995 cannot be read..
Please check the First SCreen shot for the log.
Help me in this to resolve.