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

  • No labels

4 Comments

  1. You should replace the # (hash) with : (colon). To always start the latest version, replace the version number in the URL with the keyword - latest.

    1. I tried http://localhost/wflow-wfweb/web/client/process/view/hr:latest:holiday_request but it didn't work... it it what you meant ?

      1. 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

        1. This worked well ?!

          thanks