----- Le 13 Mai 22, à 8:38, Francesco Chicchiriccò [email protected] a écrit :
>> Hi Francesco,
>> If I understand correctly, in the case you mention, the user starts the
>> request
>> using the "Requests" tab in the end user UI. Is there a way for someone else
>> to
>> start this request on behalf of the user (following then the same workflow).
>> If
>> yes how?
>
> Yes, this is possible.
>
> Check this integration test case [1] which first creates a new user, then
> starts
> as admin a new request [2] for that user: you can check the difference between
> [2] and [3] where instead a request is started by the user itself.
>
> You can check from Swagger UI or the REST reference [4] that the corresponding
> endpoint is
>
> POST /flowable/userRequests/start/{bpmnProcess}
>
> Other endpoints under the same service can be used to advance the process,
> submit forms, etc. again available both as plain user (for self) or admin (for
> other users).
>
> Most of such features are also available from Admin Console.
>
Thanks Francesco, I'll have a careful reading of this
Lionel