Flowable Assign User To A Task By REST API

Hi Everyone,
I need to assign user to task at runtime.Is there any API to do that.

Hi,
sure, you can use this:

https://documentation.flowable.com/latest/assets/core-swagger/bpmn.html#/Tasks/executeTaskAction

with the action ‘claim’

thanks for the solution