Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi all,
I'm trying to start a process with the API : http://localhost/wflow-wfweb/web/client/process/view/hr#22#holiday_request.
My process ID is "holiday_request", from the "hr" package.
This works well but I would like to autamatically use the last version of the process.
Is there a simple way to do this ?
A complicated one ?...
thanks,
Antoine
4 Comments
Tiensoon
You should replace the # (hash) with : (colon). To always start the latest version, replace the version number in the URL with the keyword - latest.
antoine le maire
I tried http://localhost/wflow-wfweb/web/client/process/view/hr:latest:holiday_request but it didn't work... it it what you meant ?
Tiensoon
The "latest" keyword only work for starting a process. So you can try http://localhost/wflow-wfweb/web/client/process/start/hr:latest:holiday_request
antoine le maire
This worked well ?!
thanks