WSO2 业务流程服务器 3.2.0 getTaskDetails
WSO2 Business Process Server 3.2.0 getTaskDetails
有什么方法可以通过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>
此操作是否已实施并可用?或者还有其他获取任务详情的方式吗?
目前不支持 getTaskDetails(),将在 BPS 3.5.0 中可用。但是 loadTask() 操作提供了相同的功能。 loadTask 提供了 getTaskDetails() 未提供的其他任务详细信息。
有什么方法可以通过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>
此操作是否已实施并可用?或者还有其他获取任务详情的方式吗?
目前不支持 getTaskDetails(),将在 BPS 3.5.0 中可用。但是 loadTask() 操作提供了相同的功能。 loadTask 提供了 getTaskDetails() 未提供的其他任务详细信息。