我的webapp在一个测试环境中与Siebel谈得很好,但在另一个测试环境中我们收到以下错误消息:
<Exception>
<Major No.>256</Major No.>
<Minor No.>6750384</Minor No.>
<Message>
The workflow/task engine cannot determine a next step while executing
process definition 'Dynamic Pricing Procedure'. The last step that it
executed was 'Start'.(SBL-BPR-00176)
</Message>
<DetailedMessage>Unknown<DetailedMessage>
</Exception>
了解错误消息的含义以及我们可以采取哪些措施来解决它?
答案 0 :(得分:0)
简而言之:您的工作流程“动态定价程序”
存在问题具体而言,下一步(决策步骤之后)的条件(“条件”类型的分支)未正确设置。无法根据条件设置决定“下一步”,因此您有SBL-BPR-00176。
您应该修复工作流程:尝试对工作流程过程进行验证,或尝试在工作流程过程设计器中编辑条件表达式。