Start an ad hoc processes of a user

This endpoint starts the ad hoc process, i.e. triggers a new instance of a technical workflow at the module specified by the ad hoc process starter id. This module is usually a Task Generator or followed by a Task Generator. For more information, see Creating ad hoc processes

Request

URL: /task/adhoc/{user}/{id}

Method: POST

Authorization: required

POST /ibis/rest/task/adhoc/testuser/PAB HR-Recruiting Vorauswahl@@@HR_Sachbearbeiter@@@PAB HR-Recruiting Vorauswahl WF Starter@@@140 HTTP/1.1
Accept: application/xml
Host: localhost:8080

Please note the request body is empty.

Request Path Parameters

Name Description Required Allowed values

user

Username

yes

Any existing username

id

ad hoc process starter id

yes

Identifying an ad hoc process starter the user has access to

Response

HTTP/1.1 201 SUCCESS_CREATED
Content-Tye: application/plain
Content-Length: 36

10f66801-77e7-4dfa-8f40-0f5039d4552a
SUCCESS_CREATED (201)

New task receives the attributes popup=true and user=<username> in the context of which the ad hoc task was generated.

SUCCESS_NO_CONTENT (204)

No follow-on task

Errors

None