We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a9ef3 + e62e38a commit 8d67d42Copy full SHA for 8d67d42
api/src/main/resources/schema/actions/action.json
@@ -3,6 +3,10 @@
3
"javaType": "io.serverlessworkflow.api.actions.Action",
4
"description": "Action Definition",
5
"properties": {
6
+ "id": {
7
+ "type": "string",
8
+ "description": "Unique action identifier"
9
+ },
10
"name": {
11
"type": "string",
12
"description": "Unique action definition name"
0 commit comments