Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Created January 31, 2020 14:59
Show Gist options
  • Select an option

  • Save mauriziocarioli/659d4de7c3a48a48712c2285631b9258 to your computer and use it in GitHub Desktop.

Select an option

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