Skip to content

Commit

Permalink
ReFrameWork v2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
extremihai committed Nov 3, 2017
1 parent df22d31 commit a380916
Show file tree
Hide file tree
Showing 34 changed files with 2,129 additions and 2,322 deletions.
1 change: 1 addition & 0 deletions .screenshots/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder for github
Binary file removed Config.xlsx
Binary file not shown.
Binary file added Data/Config.xlsx
Binary file not shown.
1 change: 1 addition & 0 deletions Data/Input/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder for github
1 change: 1 addition & 0 deletions Data/Output/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder for github
1 change: 1 addition & 0 deletions Data/Temp/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder for github
Binary file removed Errors/placeholder.png
Binary file not shown.
1 change: 1 addition & 0 deletions Exceptions_Screenshots/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
placeholder for github
44 changes: 10 additions & 34 deletions Framework/CloseAllApplications.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Activity mc:Ignorable="sap sap2010 sads" x:Class="CloseAllApps" this:CloseAllApps.Config="[new Dictionary(of string, object) from {{&quot;CloseApps&quot;, &quot;CloseAppNotepad,&quot;}}]"
<Activity mc:Ignorable="sap sap2010 sads" x:Class="CloseAllApplications" mva:VisualBasic.Settings="{x:Null}" sap2010:WorkflowViewState.IdRef="CloseAllApplications_1"
xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities"
Expand All @@ -7,16 +7,8 @@
xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation"
xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib"
xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
xmlns:this="clr-namespace:"
xmlns:ui="http://schemas.uipath.com/workflow/activities"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Members>
<x:Property Name="Config" Type="InArgument(scg:Dictionary(x:String, x:Object))" />
</x:Members>
<mva:VisualBasic.Settings>
<x:Null />
</mva:VisualBasic.Settings>
<sap2010:WorkflowViewState.IdRef>CloseAllApps_1</sap2010:WorkflowViewState.IdRef>
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">
<x:String>System.Activities</x:String>
Expand All @@ -38,7 +30,7 @@
<x:String>System.Xml</x:String>
<x:String>System.Xml.Linq</x:String>
<x:String>UiPath.Core</x:String>
<x:String>UiPath.Core.Activities</x:String>
<x:String>UiPath.Framework.Activities</x:String>
<x:String>System.Windows.Markup</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
Expand All @@ -54,47 +46,31 @@
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>UiPath.Core</AssemblyReference>
<AssemblyReference>UiPath.Core.Activities</AssemblyReference>
<AssemblyReference>UiPath.Framework.Activities</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>Microsoft.VisualStudio.Services.Common</AssemblyReference>
<AssemblyReference>System.ComponentModel.Composition</AssemblyReference>
<AssemblyReference>System.Runtime.WindowsRuntime</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence sap2010:Annotation.AnnotationText="Close applications used in the process" DisplayName="Close All Apps" sap2010:WorkflowViewState.IdRef="Sequence_1">
<ui:ForEach x:TypeArguments="x:String" DisplayName="For each closing app workflow" sap2010:WorkflowViewState.IdRef="ForEach`1_1" Values="[Config(&quot;CloseApps&quot;).ToString.Split({&quot;,&quot;, &quot; &quot;}, StringSplitOptions.RemoveEmptyEntries)]">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="x:String">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:String" Name="closeAppWorkflow" />
</ActivityAction.Argument>
<ui:InvokeWorkflowFile ContinueOnError="{x:Null}" DisplayName="Invoke CloseApp workflows" sap2010:WorkflowViewState.IdRef="InvokeWorkflowFile_3" UnSafe="False" WorkflowFileName="[closeAppWorkflow]">
<ui:InvokeWorkflowFile.Arguments>
<scg:Dictionary x:TypeArguments="x:String, Argument" />
</ui:InvokeWorkflowFile.Arguments>
</ui:InvokeWorkflowFile>
</ActivityAction>
</ui:ForEach.Body>
</ui:ForEach>
<sads:DebugSymbol.Symbol>d1dDOlxVc2Vyc1xNaWhhaVRhdHVcRG9jdW1lbnRzXFVpUGF0aFxSZUZyYW1lV29ya1wyLjBcRnJhbWV3b3JrXENsb3NlQWxsQXBwbGljYXRpb25zLnhhbWwGAVsBvAEBAkQDVA4CAQFFBVISAgECRY0BRYQCAgEGSwtPIwIBA0u8AUvQAQIBBA==</sads:DebugSymbol.Symbol>
<Sequence sap2010:Annotation.AnnotationText="Description: Here all working applications will be soft closed&#xA;&#xA;Pre Condition: N/A&#xA;Post Condtion: Applications closed" DisplayName="Normal App Closing Sequence" sap2010:WorkflowViewState.IdRef="Sequence_2">
<ui:LogMessage DisplayName="Log message" sap2010:WorkflowViewState.IdRef="LogMessage_1" Level="Info" Message="Closing applications..." />
<sads:DebugSymbol.Symbol>d3dDOlxVc2Vyc1xtaWhhaS5kdW5hcmVhbnVcR29vZ2xlIERyaXZlXFdvcmtzcGFjZVxVaVBhdGhcVGVtcGxhdGVzXFVpUGF0aF9SRUZyYW1ld29ya1xGcmFtZXdvcmtcQ2xvc2VBbGxBcHBsaWNhdGlvbnMueGFtbAM6Az0OAgEBOwU7jgECAQI7cjuLAQIBAw==</sads:DebugSymbol.Symbol>
</Sequence>
<sap2010:WorkflowViewState.ViewStateManager>
<sap2010:ViewStateManager>
<sap2010:ViewStateData Id="InvokeWorkflowFile_3" sap:VirtualizedContainerService.HintSize="314,87" />
<sap2010:ViewStateData Id="ForEach`1_1" sap:VirtualizedContainerService.HintSize="330,222" />
<sap2010:ViewStateData Id="Sequence_1" sap:VirtualizedContainerService.HintSize="352,374">
<sap2010:ViewStateData Id="LogMessage_1" sap:VirtualizedContainerService.HintSize="314.4,92.8" />
<sap2010:ViewStateData Id="Sequence_2" sap:VirtualizedContainerService.HintSize="336.8,309.6">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="CloseAllApps_1" sap:VirtualizedContainerService.HintSize="392,614" />
<sap2010:ViewStateData Id="CloseAllApplications_1" sap:VirtualizedContainerService.HintSize="376.8,389.6" />
</sap2010:ViewStateManager>
</sap2010:WorkflowViewState.ViewStateManager>
</Activity>
Loading

0 comments on commit a380916

Please sign in to comment.