Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Last active February 24, 2020 19:43
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/2c16976090e6c47f23edf3f8837d73c2 to your computer and use it in GitHub Desktop.
Save mauriziocarioli/2c16976090e6c47f23edf3f8837d73c2 to your computer and use it in GitHub Desktop.
curl --user Peter:secret \
--location --request PUT 'http://localhost:8080/kie-server/services/rest/server/containers/PHM-Processes/tasks/1/states/completed' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data-raw ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment