Last active
January 30, 2020 06:48
-
-
Save huksley/ddd1daa3b5f2afee61cff6d3aa50b83a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zbctl --address $CONTACTPOINT_ADDRESS:443 status \ | |
--clientId $CLIENTID --clientSecret $CLIENTSECRET \ | |
create instance Process_1j8gwvl --variables '{ "name": "John" }' | |
{ | |
"workflowKey": 2251799813688076, | |
"bpmnProcessId": "Process_1j8gwvl", | |
"version": 1, | |
"workflowInstanceKey": 2251799813688081 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment