使用无UI的服务从IBM BPM文档存储中创建和检索文档

发布于 2025-01-22 23:04:42 字数 308 浏览 3 评论 0原文

我的BPM应用程序没有任何UI,因为外部系统使用它。外部UI需要在BPM中调用服务,该服务可以根据某些标识符(例如Process实例)在IBM文档存储中存储和检索文档。

我无法成功使用Tw.System.FindProcessInstanceById(id).adddocument(...)。另外,由于BPM服务的输入是Base64,我该如何映射?

我尝试的另一个选项是使用内容集成任务,但是如何将属性从外部系统映射到BPM服务?

另外,如何将与ID相对应的所有文件发送给外部应用程序?

关于如何实现这一目标有什么建议吗?

谢谢,

My BPM application doesn't have any UI as it is used by an external system. The external UI will need to invoke the service(s) in BPM that can store and retrieve the documents in IBM Document Store based on some identifier like process instance.

I couldn't succeed with tw.system.findProcessInstanceByID(id).addDocument(...). Also, as the input to the BPM service is base64, how do I map it?

The other option I tried is with Content Integration Task but again how to map the attributes from the external system to the BPM service?

Also, how can I send back all the files corresponding to an id to the external application?

Any suggestions as to how to achieve this?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看海 2025-01-29 23:04:42

使用IBM BPM的IBM文档商店是一种FileNet Express,直接安装在Live IBM BPM的WebShere产品上。您可以在IBM BPM的文档中找到内部文件网的API路线。

另一个原因是公开使用内容集成服务来创建(带有Attibutes),GetProperties或GetContent的服务,以使您可以使用此操作。

The IBM Document Store that use IBM BPM, is a FileNet Express that is installed directly on the Webspehere product where live IBM BPM. You can find the route of the API of the internal Filenet in the documentation of IBM BPM.

The other why is to expose a service that use the content integration services to create (with attibutes), getProperties or getContent to enable you UI with this operations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文