激活快照以启动 BPM 8.6 流程
Activating snapshot to start a BPM 8.6 process
当我尝试在 BPM 中启动流程时,出现错误:
Result:
{
status: "error",
Data:
{
status: "error",
exceptionType: "com.ibm.bpm.wle.api.CannotStartBPDWrongStateException",
errorNumber: "CWTBG0586E",
errorMessage: "CWTBG0586E: Cannot start BPD because the snapshot or BPD is in the wrong state.",
errorMessageParameters: null,
responses: null,
errorData: null
}
}
然后我按照视频中的描述做所有事情:
https://www.youtube.com/watch?v=sD1_BHFHP4Y&list=PL7D328AAEB82FE141&index=9
但在我休息时它不起作用并且错误是相同的。
状态快照保持活动状态。
版本 BPM - 8.6。
我能够通过遍历输入参数来解决我的问题。为了能够开始任务,我必须从请求中排除 "snapshotId" 并添加 "processAppId"。
之后收到200的回复,任务开始。
版本 IBM 业务流程管理器服务器 8.6.0.0 CF2018.03
当我尝试在 BPM 中启动流程时,出现错误:
Result:
{
status: "error",
Data:
{
status: "error",
exceptionType: "com.ibm.bpm.wle.api.CannotStartBPDWrongStateException",
errorNumber: "CWTBG0586E",
errorMessage: "CWTBG0586E: Cannot start BPD because the snapshot or BPD is in the wrong state.",
errorMessageParameters: null,
responses: null,
errorData: null
}
}
然后我按照视频中的描述做所有事情:
https://www.youtube.com/watch?v=sD1_BHFHP4Y&list=PL7D328AAEB82FE141&index=9
但在我休息时它不起作用并且错误是相同的。 状态快照保持活动状态。
版本 BPM - 8.6。
我能够通过遍历输入参数来解决我的问题。为了能够开始任务,我必须从请求中排除 "snapshotId" 并添加 "processAppId"。 之后收到200的回复,任务开始。 版本 IBM 业务流程管理器服务器 8.6.0.0 CF2018.03