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.
使用 HTTP 适配器在工作灯中创建一个简单的多页表单。当两个用户同时尝试创建帐户时。最后启动该过程的用户将在其他用户设备上看到他们的数据。看起来他们正在共享同一个会话。
这听起来像任何人以前见过的东西吗?
我对此并不完全确定,但请尝试connectAs="endUser"在适配器 XML 文件中添加您的过程声明。
connectAs="endUser"