diff options
Diffstat (limited to 'src/test/resources/example/modelBpmnPropForPolicy.json')
-rw-r--r-- | src/test/resources/example/modelBpmnPropForPolicy.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/example/modelBpmnPropForPolicy.json b/src/test/resources/example/modelBpmnPropForPolicy.json new file mode 100644 index 000000000..243f7e807 --- /dev/null +++ b/src/test/resources/example/modelBpmnPropForPolicy.json @@ -0,0 +1,26 @@ +{ + "collector": + [ + + ], + "stringMatch": + [ + + ], + + "policy": + [ + { + "id": "Policy_", + "from": "StartEvent_1" + } + ], + + "tca": + [ + { + "id": "TCA_", + "from": "" + } + ] +}
\ No newline at end of file |