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.
1 parent d2a9ef3 commit e62e38aCopy full SHA for e62e38a
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