Files
2026-01-19 17:46:06 +01:00

26 lines
525 B
JSON

{
"fields": {
"actionId": {
"type": "varchar",
"maxLength": 100,
"index": true
},
"entityType": {
"type": "varchar"
},
"lastUserId": {
"type": "varchar"
}
},
"links": {
"workflow": {
"type": "belongsTo",
"entity": "Workflow"
},
"flowchart": {
"type": "belongsTo",
"entity": "BpmnFlowchart"
}
}
}