-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
As discussed here
Hello everyone,
When calling User Tasks in an ad-hoc sub-process, the following steps are required:
- POST /{processName}/{processId}/{taskName} to activate/start the User Task. This returns the taskId, which is needed to complete the started User Task
- POST /{processName}/{processId}/{taskName}/{taskId} to complete the started User Task
In my reproducer (Ad-hoc-process.zip) this would be:
- POST /ResolveSupportIssue/{processId}/WriteReplyToCustomer
- POST /ResolveSupportIssue/{processId}/WriteReplyToCustomer/{taskId}
But Step (1) always returns HTTP 404 NOT FOUND.
This could be a bug. The Task API is not working in ad-hoc processes.