有没有办法通过webservice在Business Process Server 3.2.0中获取人工任务详细信息?我试图在HumanTaskClientAPIAdmin中调用操作getTaskDetails,但服务器响应是:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>This operation is not currently supported in this version of WSO2 BPS.</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
此操作是否已实施且可用?或者还有其他方法来获取任务细节吗?
答案 0 :(得分:0)
目前不支持getTaskDetails(),并且可以使用BPS 3.5.0。但loadTask()操作提供了相同的功能。 loadTask提供了getTaskDetails()不提供的附加任务详细信息。