Skip to content

Commit 8d67d42

Browse files
authored
Merge pull request #147 from tsurdilo/addactionid
Adding action id prop
2 parents d2a9ef3 + e62e38a commit 8d67d42

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)