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.
当我执行标记异常操作阶段(工作队列 - 标记异常)时,我收到一个错误。
好吧,答案很简单 - 您尝试使用新状态更新的项目没有被您的进程锁定。
这可能以很多很多方式发生。例如:
您需要调用业务对象Work Queue的操作Get Next Item以锁定当前项目。只有lock ed 项目可以标记为Exception。
Work Queue
Get Next Item
在标记为异常之前,您只需要更新状态,在标记异常时,有一个称为 keep locked需要设置 false的输入参数
keep locked