-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 901 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 901 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
{
"name": "workflow-plugin-approval",
"version": "0.1.0",
"description": "Human-in-the-loop approval workflows for the workflow engine",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.3.56",
"keywords": ["approval", "human-in-the-loop", "workflow"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-approval",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-approval",
"capabilities": {
"configProvider": false,
"moduleTypes": ["approval.engine"],
"stepTypes": [
"step.approval_request",
"step.approval_check",
"step.approval_decide",
"step.approval_list",
"step.approval_escalate",
"step.approval_wait"
],
"triggerTypes": []
}
}