Skip to content

Commit e62e38a

Browse files
committed
Adding action id prop
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent d2a9ef3 commit e62e38a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/src/main/resources/schema/actions/action.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"javaType": "io.serverlessworkflow.api.actions.Action",
44
"description": "Action Definition",
55
"properties": {
6+
"id": {
7+
"type": "string",
8+
"description": "Unique action identifier"
9+
},
610
"name": {
711
"type": "string",
812
"description": "Unique action definition name"

0 commit comments

Comments
 (0)