Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Created January 31, 2020 14:59
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 mauriziocarioli/659d4de7c3a48a48712c2285631b9258 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/659d4de7c3a48a48712c2285631b9258 to your computer and use it in GitHub Desktop.
curl --user externalsystem:secret \
--location --request POST 'http://localhost:8080/kie-server/services/rest/server/containers/PHM-Processes/processes/instances/4/signal/hard_close' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment