Skip to main content
GET
/
history
/
external-task-log
/
{id}
/
error-details
Get External Task Log Error Details
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/external-task-log/{id}/error-details \
  --header 'Authorization: Basic <encoded-value>'
"java.lang.RuntimeException: A exception message!\n                                  at org.camunda.bpm.pa.service.FailingDelegate.execute(FailingDelegate.java:10)\n                                  at org.camunda.bpm.engine.impl.delegate.JavaDelegateInvocation.invoke(JavaDelegateInvocation.java:34)\n                                  at org.camunda.bpm.engine.impl.delegate.DelegateInvocation.proceed(DelegateInvocation.java:37)\n                                  ..."

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the historic external task log to get the error details for.

Response

Request successful.

Returns the error details of the historic external task log with the given ID.