REST API - runAdhocActivity
The table summarizes the REST API - runAdhocActivity.
Request
Format |
POST <baseurl>/process/adhoc/run/<processid>/<activityID> |
Path parameters | processid: Can be obtained from
listProcessInstances,
queryProcessInstances, and
queryProcessInstancesAlt.
activityID: Can be obtained from listAdhocActivities, which lists all ad-hoc activities for the specified process instance. (Note that the activity ID is listed as "name" in the response from listAdhocActivities.) |
Response
JSON | Returns a JSON representation of the content in the runAdhocActivityResponse element. |
XML | Returns the content in the runAdhocActivityResponse element (from the ProcessManagement schema). |
Copyright © Cloud Software Group, Inc. All rights reserved.