Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/vba/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Business process management 激活快照以启动BPM 8.6流程_Business Process Management_Ibm Bpm - Fatal编程技术网

Business process management 激活快照以启动BPM 8.6流程

Business process management 激活快照以启动BPM 8.6流程,business-process-management,ibm-bpm,Business Process Management,Ibm Bpm,在rest上尝试在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

在rest上尝试在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
}
}

然后我做了视频中描述的所有事情:

但在我的休息中,它不起作用,错误也是一样的。 状态快照保持活动状态


BPM-8.6版。

我能够通过迭代输入参数来解决问题。为了能够启动任务,我必须从请求中排除“snapshotId”并添加“processAppId”。 在那之后,我得到了200分的回答,任务开始了。
IBM Business Process Manager Server 8.6.0.0 CF2018.03版

我能够通过迭代输入参数来解决问题。为了能够启动任务,我必须从请求中排除“snapshotId”并添加“processAppId”。 在那之后,我得到了200分的回答,任务开始了。
版本IBM Business Process Manager Server 8.6.0.0 CF2018.03

请共享您正在进行的REST API调用,并显示进行REST调用的用户也在公开的流程调用中看到BPD。这将有助于故障排除。我称之为rest:https://{host}:{port}/rest/bpm/wle/v1/process?action=start&bpdId=25.637e0355-f787-4bfa-953d-26bbbd939e5a&snapshotId=2064.514a322e-c8cc-4e18-b1a2-7cdc4fbc6f65&parts=all%7Cheader%7Cdata%7CEExecutionTere,当您请求公开项目列表时,该快照ID将为您使用的用户显示?是,是的。请共享您正在进行的REST API调用,并显示进行REST调用的用户也在公开的流程调用中看到BPD。这将有助于故障排除。我称之为rest:https://{host}:{port}/rest/bpm/wle/v1/process?action=start&bpdId=25.637e0355-f787-4bfa-953d-26bbbd939e5a&snapshotId=2064.514a322e-c8cc-4e18-b1a2-7cdc4fbc6f65&parts=all%7Cheader%7Cdata%7CEExecutionTere,当您请求公开项目列表时,该快照ID将为您使用的用户显示?是,是的。如果这样做有效,则表示快照未激活。当您进行REST调用而不提供snapshotID时,它将在默认快照上运行。在process center中,将显示“提示”。在process server上,它将是一个特定的快照。我相信这意味着BPD在曝光电话中没有显示为曝光。首先,谢谢你。这对我很重要。但我不会同意“未激活”的批准。我提供了这个条件,并在我的问题中描述了它,并添加了一个屏幕截图。您显示了有一个活动的快照。我们需要ReST曝光输出来确认您使用的快照GUID是您在屏幕快照中显示的快照。如果这样做有效,则表示快照未激活。当您进行REST调用而不提供snapshotID时,它将在默认快照上运行。在process center中,将显示“提示”。在process server上,它将是一个特定的快照。我相信这意味着BPD在曝光电话中没有显示为曝光。首先,谢谢你。这对我很重要。但我不会同意“未激活”的批准。我提供了这个条件,并在我的问题中描述了它,并添加了一个屏幕截图。您显示了有一个活动的快照。我们需要ReST曝光输出来确认您使用的快照GUID是您在屏幕快照中显示的快照。