-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 974 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "workflow-plugin-erp",
"version": "0.1.0",
"description": "Enterprise ERP integration (SAP S/4HANA via OData v4)",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.3.56",
"keywords": ["erp", "sap", "odata", "s4hana"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-erp",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-erp",
"capabilities": {
"configProvider": false,
"moduleTypes": ["erp.provider"],
"stepTypes": [
"step.erp_entity_read",
"step.erp_entity_query",
"step.erp_entity_create",
"step.erp_entity_update",
"step.erp_entity_delete",
"step.erp_batch",
"step.erp_function_call",
"step.erp_metadata",
"step.erp_raw_request"
],
"triggerTypes": []
}
}