由于数据验证,我的第一个任务失败。我希望任务失败。我的问题是,当我使用REST API启动Camunda流程时,我收到由底层Tomcat生成的HTML页面。如何从API而不是HTML获得全面的JSON响应?
我正在运行Camunda CE 7.9。 我正在Camunda提供的Camunda Tomcat上部署春季启动战。
响应:
<!doctype html>
<html lang="fr">
<head>
<title>État HTTP 500 – Internal Server Error</title>
<style type="text/css">
[...]
</style>
</head>
<body>
<h1>État HTTP 500 – Internal Server Error</h1>
<hr class="line" />
<p><b>Type</b> Rapport d''exception</p>
<p><b>message</b> company.service.RestException: message: Agent XXX not found</p>
<p><b>description</b> Le serveur a rencontré une erreur interne qui l''a empêché de satisfaire la requête.</p>
<p><b>exception</b></p>
<pre>org.jboss.resteasy.spi.UnhandledException: company.service.RestException: message: Agent XXX not found
[...]
谢谢
答案 0 :(得分:0)
您很可能使用了错误的端点URL。