Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个工作的 JBPM 项目,我想将其公开为 Web 服务,因此我可以从我的服务器调用该 Web 服务。所以请让我知道是否有任何方法可以将 JBPM 项目公开到 Web 服务中。
默认情况下,您可以使用 jbpm-console 服务将您在那里部署的流程公开为 REST 服务。您还可以使用例如骆驼集成组件(并使用骆驼设置 WS 端点)或自己编写自定义包装器将您的项目自己公开为 Web 服务。