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.
我正在尝试从数据库中读取我在 Java 类(工作订单)中的工作流中的当前位置。从这里WFAssignmentSet wfassignment = (WFAssignmentSet) this.getMboSet("WFASSIGNMENT");我可以提取 nodeID,但它似乎是一个非常笼统的数字,而不是确切的位置。
WFAssignmentSet wfassignment = (WFAssignmentSet) this.getMboSet("WFASSIGNMENT");
谁能指出我正确的方向?
如果您使用 PROCESSNAME、PROCESSREV 和 NODEID 从 WFASSIGNMENT 加入 WFNODE,则可以获得 XCOORDINATE 和 YCOORDINATE。