summaryrefslogtreecommitdiff
path: root/calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2014-04-12 17:55:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2014-04-12 17:55:28 +0200
commitbfcfcf5e3b4301bc94c27f47bfda61693edf3595 (patch)
treed6eedd800b1b34fd66ccbd86e5f215aaa40ccd3d /calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid
downloadcalamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.gz
calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.bz2
calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.tar.xz
calamus-bfcfcf5e3b4301bc94c27f47bfda61693edf3595.zip
wip
Diffstat (limited to 'calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid')
-rw-r--r--calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid19
1 files changed, 19 insertions, 0 deletions
diff --git a/calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid b/calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid
new file mode 100644
index 0000000..62ce4a1
--- /dev/null
+++ b/calamus-engine/src/main/resources/META-INF/AppctlWorkDefinitions.wid
@@ -0,0 +1,19 @@
+import org.drools.core.process.core.datatype.impl.type.StringDataType;
+[
+ [
+ "name" : "Upgrade App",
+ "parameters" : [
+ "Host" : new StringDataType(),
+ "Path" : new StringDataType(),
+ ],
+ "displayName" : "Upgrade app"
+ ],
+ [
+ "name" : "Restart App",
+ "parameters" : [
+ "Host" : new StringDataType(),
+ "Path" : new StringDataType(),
+ ],
+ "displayName" : "Restart app"
+ ]
+]