como levantar un proceso desde una url, how to start a process from a external url.

1
0
-1

tengo un proceso desarrollado en el cual usuarios externos deben iniciarlo y solo ver los formularios sin ingresar al portal, ¿es posible iniciar un proceso mediante una url dada? o como podría realizar el inicio del proceso mediante javascript.

he visto ejemplos como http://localhost:8080/bonita#?process=5927149243195394149&locale=en

Sin embargo no logro que funcione.

1 answer

1
0
-1

You have to log on via REST first...

see the instructions here:
http://documentation.bonitasoft.com/rest-api-overview-864

use loginservice
then your REST calls to the processes
then logoutservice

regards
Seán

PS: If this reply answers your question, please mark as resolved.

Notifications