https://github.com/dmarrazzo/dynamic-signal-reproducer
https://github.com/dmarrazzo/dynamic-signal-reproducer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmarrazzo/dynamic-signal-reproducer
- Owner: dmarrazzo
- Created: 2018-08-10T15:14:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T15:15:52.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T20:51:19.553Z (5 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
dynamic event reproducer
=======================Subprocess start event
----------------------event for all child of 110 does not work:
curl -u donato:donato -X POST "http://localhost:8080/kie-server/services/rest/server/containers/dynamic-signal-reproducer_1.0.0/processes/instances/signal/stopChild:110" -H "accept: application/xml" -H "content-type: application/json" -d "{}"
event for a specific child of 110 works:
curl -u donato:donato -X POST "http://localhost:8080/kie-server/services/rest/server/containers/dynamic-signal-reproducer_1.0.0/processes/instances/signal/stopChild:110?instanceId=113" -H "accept: application/xml" -H "content-type: application/json" -d "{}"
Intermediate catching event
---------------------------event for all child of 114 works:
curl -u donato:donato -X POST "http://localhost:8080/kie-server/services/rest/server/containers/dynamic-signal-reproducer_1.0.0/processes/instances/signal/contChild:114" -H "accept: application/xml" -H "content-type: application/json" -d "{}"