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.
我的应用程序在露天空间中放置了一个文件并等待响应。问题是 alfresco 在触发工作流的空间上执行规则后发送响应。那需要的时间太长了。我希望 alfresco 先发送 Web 服务响应,然后执行规则/工作流程。谢谢。
您可以通过在规则配置时选中“在后台运行规则”复选框来异步运行规则。这有效地将规则执行与请求处理事务分离。
异步运行规则时,请确保您有适当的故障处理,因为规则执行中的故障不会再出现在 Web 服务响应中。