This functionality is only available for certain module packages.

Call of a Job (without callback)

The Job can be triggered by calling a URL in the browser (HTTP GET) or via an HTTP Webservice call (HTTP POST). Any key-value pairs can be included in sending via the URL parameter (HTTP GET) or in the Request body (HTTP POST). These are accessed in the job definition via trigger.params.

Note:

HTTP GET and POST calls are not suitable for transferring larger data amounts to the Job Server. For larger data amounts it is advisable to only hand over references to the data that can then made be available in a sub system.

The progress page for the created Job is displayed as the response.

Note:

All URL parameters specified are ignored in case of a POST call.

The Job object with status information at the moment of generation is given as the response. Further progress information has to be polled. Alternatively, calling of an external Webservice by the Job Server when the Job has been completed under specification of a callback URL is possible. For more information see Call back by the Job Server.