12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"executors": {
|
|
"counter": {
|
|
"implementation": "./dist/src/executors/counter/counter.impl",
|
|
"batchImplementation": "./dist/src/executors/counter/counter.impl#batchCounter",
|
|
"schema": "./dist/src/executors/counter/schema.json",
|
|
"description": "A dummy executor useful for E2E tests.",
|
|
"hidden": true
|
|
}
|
|
}
|
|
}
|