[ONOS-7732] Automating switch workflow: api, app, and sample workflows

Change-Id: Iee87d4fe6cf61c1f8904d1d77df5f913a712b64a
diff --git a/apps/workflow/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/apps/workflow/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
new file mode 100644
index 0000000..cee835a
--- /dev/null
+++ b/apps/workflow/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -0,0 +1,20 @@
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
+
+	<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
+		<command>
+			<action class="org.onosproject.workflow.cli.WorkFlowStoreCommand"></action>
+		</command>
+		<command>
+			<action class="org.onosproject.workflow.cli.WorkplaceStoreCommand"></action>
+		</command>
+		<command>
+			<action class="org.onosproject.workflow.cli.WorkFlowCommand"></action>
+		</command>
+		<command>
+			<action class="org.onosproject.workflow.cli.WorkFlowEventMapCommand"></action>
+		</command>
+		<command>
+			<action class="org.onosproject.workflow.cli.WorkFlowTestCommand"></action>
+		</command>
+	</command-bundle>
+</blueprint>