Skip to content

Instantly share code, notes, and snippets.

@edgars
Last active August 5, 2019 21:04
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 edgars/76515ed54e87c2ea4ab2095636252b2c to your computer and use it in GitHub Desktop.
Save edgars/76515ed54e87c2ea4ab2095636252b2c to your computer and use it in GitHub Desktop.
GET https://localhost:9445/bpmn/repository/process-definitions
GET https://localhost:9445/bpmn/repository/process-definitions/{ID: banka:5:17560 }
POST https://localhost:9445/bpmn/runtime/process-instances
{
"processDefinitionId":"banka:5:17560",
"businessKey":"null",
"variables": [
{
"name": "nombre",
"value": "Tito Mier"
},
{
"name": "numDias",
"value": "25"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment