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.
我正在使用 Intrexx 门户管理器。
如何在 javascript 中触发工作流(通过 guid)。我需要手动填写数据。
谢谢和最好的问候古斯塔夫 Wurstgustav
您可以使用以下代码
triggerUserWorkflowEvent("GUID", { "param1": "value1", "param2": "value2" });
文档:https ://onlinehelp.unitedplanet.com/intrexx/9200/en/?p=helpfiles/help.2.tipps-tricks-prozesse-starten.html