mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:45:54 +00:00
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "Button",
|
|
"title": "Approve",
|
|
"propertyOrder": 1
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"title": "Reject",
|
|
"propertyOrder": 2
|
|
}
|
|
]
|
|
}
|