Skip to content

Instantly share code, notes, and snippets.

@amottier
Created January 23, 2018 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amottier/2af46283702918004c02a93468dcf02f to your computer and use it in GitHub Desktop.
Save amottier/2af46283702918004c02a93468dcf02f to your computer and use it in GitHub Desktop.
last-version-process-url
// Return the API URL to instantiate the cancel vacation request
// process
if ($data.processCancel && $data.processCancel.length > 0) {
return "../API/bpm/process/" +
$data.processCancel[0].id +
"/instantiation";
} else {
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment