我得到的工作燈的適配器存在問題,在下面的HTTP適配器方法 ,它顯示The mandatory parameter 'action' is missing
,返回的StatusCode爲 500
和statusReason爲「Internal Server Error
」。我已經在適配器xml文件中正確提供了所有用戶憑證 ,但我不知道爲什麼我收到此錯誤。工作燈適配器
代碼:
function actionOnProcessInstance()
{
var param = "/rest/bpm/bfm/v1/process/_PI:9003013d.4387342e.1efe573f.7c20307?action=resume";
var input =
{
method : 'put',
returnedContentType : 'json',
path : param,
};
var response = WL.Server.invokeHttp(input);
return response;
}
你能看到實際上到底是什麼讓你的後端?聽起來就像你的行動帕爾姆正在沿着這條路走下去。 – rooftop 2013-03-11 15:03:20