In reply to: Marcin Borowiec
Hi Maksymilian,
Please find the screenshots attached.
Okay, so everything is clear now,
When there is a path started, Webcon locks that specific document, so it can't be modified by other processes (which a REST call would be treated as) until path transaction ends.
This example just won't work, as you are trying update document, while it's already being processed (Dane żądania, URL, ID Elementu).
It's not possible and in this case it is a feature not a bug.
Is there any specific reason why you are trying to delegate task instead of just creating new one with Create Task Action*?
This would provide mostly same experience, although it won't be marked.
*https://docs.webcon.com/docs/2025R2/Studio/Action/TaskAssign/Action_TaskCreation
If for some reason delegation is necessary, then a dirty workaround could be some cyclic action (let's say every 15min, from 6 to 18), which would get all documents which should be processed with task delegation, and then using for-each operator to trigger REST requests.
This won't be done in context of the document so should work, as the document won't be involved in any processing (unless it will be, then rest admin mode, and forcecheckout parameters could come in handy).