Automatic Task Type Provider
Submit Task
Submits an automatic task for execution. This call should return 'Accepted' and the task itself should be executed on a different thread. Note that there is a read timeout of 5 seconds for this call. <p>Note: The processing time cannot exceed <b>4h</b> from the moment the task is submitted, otherwise the task will be marked as unresponsive.</p>
post/lc.automatictask.submit
Headers
TR_IDstring
A trace id, to help track problems. If it's not received, an auto-generated value will be used for logging. TR_ID header should also be set on the response.
x-lc-signaturestring
JWS token containing the signature and additional claims.
X-LC-ExtensionPointVersionstring
The extension point version
X-LC-ExtensionIdstring
The extension identifier
X-LC-AppVersionstring
The app version
Request body
Response
Accepted