Retrieving a task's task-id through the REST API
Summary
Retrieving a task's task-id through the REST API, while completing human tasks in a VBCS web application.Content
Hi all,
We're currently trying to retrieve the task-id of a human task through the REST API in the following situation:
- We have three processes A, B and C.
- Process A is instantiated through a REST call from our VBCS web application.
- Process A calls process B and C sequentially, through service tasks.
- Process B contains a human task that we'd like to handle from a VBCS web application using Process' REST API (update task payload followed by a SUBMIT action, using the task-id as parameter).
0