-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
69 lines (69 loc) · 2.29 KB
/
plugin.json
File metadata and controls
69 lines (69 loc) · 2.29 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "workflow-plugin-erp",
"version": "0.0.0",
"description": "Enterprise ERP integration (SAP S/4HANA via OData v4)",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.51.7",
"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": []
},
"downloads": [
{
"os": "linux",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-linux-amd64.tar.gz"
},
{
"os": "linux",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-linux-arm64.tar.gz"
},
{
"os": "darwin",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-darwin-amd64.tar.gz"
},
{
"os": "darwin",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-darwin-arm64.tar.gz"
},
{
"os": "windows",
"arch": "amd64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-windows-amd64.tar.gz"
},
{
"os": "windows",
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-erp/releases/download/v0.1.2/workflow-plugin-erp-windows-arm64.tar.gz"
}
]
}