Advertisement
vityata

Untitled

Oct 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. <Activity mc:Ignorable="sap sap2010 sads" x:Class="Main" mva:VisualBasic.Settings="{x:Null}" sap2010:WorkflowViewState.IdRef="Main_1"
  2. xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"
  3. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  4. xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities"
  5. xmlns:sads="http://schemas.microsoft.com/netfx/2010/xaml/activities/debugger"
  6. xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation"
  7. xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation"
  8. xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib"
  9. xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
  10. xmlns:ui="http://schemas.uipath.com/workflow/activities"
  11. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  12. <TextExpression.NamespacesForImplementation>
  13. <sco:Collection x:TypeArguments="x:String">
  14. <x:String>System.Activities</x:String>
  15. <x:String>System.Activities.Statements</x:String>
  16. <x:String>System.Activities.Expressions</x:String>
  17. <x:String>System.Activities.Validation</x:String>
  18. <x:String>System.Activities.XamlIntegration</x:String>
  19. <x:String>Microsoft.VisualBasic</x:String>
  20. <x:String>Microsoft.VisualBasic.Activities</x:String>
  21. <x:String>System</x:String>
  22. <x:String>System.Collections</x:String>
  23. <x:String>System.Collections.Generic</x:String>
  24. <x:String>System.Data</x:String>
  25. <x:String>System.Diagnostics</x:String>
  26. <x:String>System.Drawing</x:String>
  27. <x:String>System.IO</x:String>
  28. <x:String>System.Linq</x:String>
  29. <x:String>System.Net.Mail</x:String>
  30. <x:String>System.Xml</x:String>
  31. <x:String>System.Xml.Linq</x:String>
  32. <x:String>UiPath.Core</x:String>
  33. <x:String>UiPath.Core.Activities</x:String>
  34. <x:String>System.Windows.Markup</x:String>
  35. </sco:Collection>
  36. </TextExpression.NamespacesForImplementation>
  37. <TextExpression.ReferencesForImplementation>
  38. <sco:Collection x:TypeArguments="AssemblyReference">
  39. <AssemblyReference>System.Activities</AssemblyReference>
  40. <AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
  41. <AssemblyReference>mscorlib</AssemblyReference>
  42. <AssemblyReference>System.Data</AssemblyReference>
  43. <AssemblyReference>System</AssemblyReference>
  44. <AssemblyReference>System.Drawing</AssemblyReference>
  45. <AssemblyReference>System.Core</AssemblyReference>
  46. <AssemblyReference>System.Xml</AssemblyReference>
  47. <AssemblyReference>System.Xml.Linq</AssemblyReference>
  48. <AssemblyReference>UiPath.Core</AssemblyReference>
  49. <AssemblyReference>UiPath.Core.Activities</AssemblyReference>
  50. <AssemblyReference>PresentationFramework</AssemblyReference>
  51. <AssemblyReference>WindowsBase</AssemblyReference>
  52. <AssemblyReference>PresentationCore</AssemblyReference>
  53. <AssemblyReference>System.Xaml</AssemblyReference>
  54. <AssemblyReference>System.ComponentModel.Composition</AssemblyReference>
  55. <AssemblyReference>System.ServiceModel</AssemblyReference>
  56. <AssemblyReference>UiPath.Cryptography</AssemblyReference>
  57. <AssemblyReference>UiPath.Excel</AssemblyReference>
  58. <AssemblyReference>UiPath.IntelligentOCR</AssemblyReference>
  59. <AssemblyReference>UiPath.Java.Activities</AssemblyReference>
  60. <AssemblyReference>UiPath.Mail</AssemblyReference>
  61. <AssemblyReference>UiPath.Python</AssemblyReference>
  62. <AssemblyReference>UiPath.Word</AssemblyReference>
  63. </sco:Collection>
  64. </TextExpression.ReferencesForImplementation>
  65. <Sequence DisplayName="Assign Values" sap2010:WorkflowViewState.IdRef="Sequence_1">
  66. <Sequence.Variables>
  67. <Variable x:TypeArguments="x:String" Name="var_InputString" />
  68. <Variable x:TypeArguments="x:String" Name="var_ReturnedString" />
  69. </Sequence.Variables>
  70. <Assign DisplayName="Assign var_InputString" sap2010:WorkflowViewState.IdRef="Assign_1">
  71. <Assign.To>
  72. <OutArgument x:TypeArguments="x:String">[var_InputString]</OutArgument>
  73. </Assign.To>
  74. <Assign.Value>
  75. <InArgument x:TypeArguments="x:String">710003118</InArgument>
  76. </Assign.Value>
  77. </Assign>
  78. <ui:InvokeWorkflowFile ContinueOnError="{x:Null}" DisplayName="Invoke ClearString workflow" sap2010:WorkflowViewState.IdRef="InvokeWorkflowFile_1" UnSafe="False" WorkflowFileName="ClearString.xaml">
  79. <ui:InvokeWorkflowFile.Arguments>
  80. <InArgument x:TypeArguments="x:String" x:Key="arg_in_StringToClear">[var_InputString]</InArgument>
  81. <OutArgument x:TypeArguments="x:String" x:Key="arg_out_ClearedString">[var_ReturnedString]</OutArgument>
  82. </ui:InvokeWorkflowFile.Arguments>
  83. </ui:InvokeWorkflowFile>
  84. <WriteLine DisplayName="Write line" sap2010:WorkflowViewState.IdRef="WriteLine_1" Text="[var_ReturnedString]" />
  85. <Assign DisplayName="Assign var_InputString" sap2010:WorkflowViewState.IdRef="Assign_4">
  86. <Assign.To>
  87. <OutArgument x:TypeArguments="x:String">[var_InputString]</OutArgument>
  88. </Assign.To>
  89. <Assign.Value>
  90. <InArgument x:TypeArguments="x:String">18010413-FL</InArgument>
  91. </Assign.Value>
  92. </Assign>
  93. <ui:InvokeWorkflowFile ContinueOnError="{x:Null}" DisplayName="Invoke ClearString workflow" sap2010:WorkflowViewState.IdRef="InvokeWorkflowFile_2" UnSafe="False" WorkflowFileName="ClearString.xaml">
  94. <ui:InvokeWorkflowFile.Arguments>
  95. <InArgument x:TypeArguments="x:String" x:Key="arg_in_StringToClear">[var_InputString]</InArgument>
  96. <OutArgument x:TypeArguments="x:String" x:Key="arg_out_ClearedString">[var_ReturnedString]</OutArgument>
  97. </ui:InvokeWorkflowFile.Arguments>
  98. </ui:InvokeWorkflowFile>
  99. <WriteLine DisplayName="Write line" sap2010:WorkflowViewState.IdRef="WriteLine_2" Text="[var_ReturnedString]" />
  100. <Assign DisplayName="Assign var_InputString" sap2010:WorkflowViewState.IdRef="Assign_5">
  101. <Assign.To>
  102. <OutArgument x:TypeArguments="x:String">[var_InputString]</OutArgument>
  103. </Assign.To>
  104. <Assign.Value>
  105. <InArgument x:TypeArguments="x:String">-18010413-FL</InArgument>
  106. </Assign.Value>
  107. </Assign>
  108. <ui:InvokeWorkflowFile ContinueOnError="{x:Null}" DisplayName="Invoke ClearString workflow" sap2010:WorkflowViewState.IdRef="InvokeWorkflowFile_3" UnSafe="False" WorkflowFileName="ClearString.xaml">
  109. <ui:InvokeWorkflowFile.Arguments>
  110. <InArgument x:TypeArguments="x:String" x:Key="arg_in_StringToClear">-2332Vitosh</InArgument>
  111. <OutArgument x:TypeArguments="x:String" x:Key="arg_out_ClearedString">[var_ReturnedString]</OutArgument>
  112. </ui:InvokeWorkflowFile.Arguments>
  113. </ui:InvokeWorkflowFile>
  114. <WriteLine DisplayName="Write line" sap2010:WorkflowViewState.IdRef="WriteLine_3" Text="[var_ReturnedString]" />
  115. <sads:DebugSymbol.Symbol>dz1DOlxVc2Vyc1xWaXRvc2hEb3lub3ZcRG9jdW1lbnRzXFVpUGF0aFxTdHJpbmdUZXN0ZXJcTWFpbi54YW1sHEEDdA4CAQFGBU0OAgEkTgVTHQIBHlQFVHUCARtVBVwOAgEXXQViHQIBEWMFY3UCAQ5kBWsOAgEKbAVxHQIBBXIFcnUCAQJLMEs5AgEnSDFIQgIBJVFPUWMCASJOuAFOygECASFQTVBeAgEfVFxUcgIBHFowWjsCARpXMVdCAgEYYE9gYwIBFV24AV3KAQIBFF9NX14CARJjXGNyAgEPaTBpPAIBDWYxZkICAQtvT29jAgEIbLgBbMoBAgEHbk1uWAIBBnJccnICAQM=</sads:DebugSymbol.Symbol>
  116. </Sequence>
  117. <sap2010:WorkflowViewState.ViewStateManager>
  118. <sap2010:ViewStateManager>
  119. <sap2010:ViewStateData Id="Assign_1" sap:VirtualizedContainerService.HintSize="314,60" />
  120. <sap2010:ViewStateData Id="InvokeWorkflowFile_1" sap:VirtualizedContainerService.HintSize="314,87" />
  121. <sap2010:ViewStateData Id="WriteLine_1" sap:VirtualizedContainerService.HintSize="314,61" />
  122. <sap2010:ViewStateData Id="Assign_4" sap:VirtualizedContainerService.HintSize="314,60" />
  123. <sap2010:ViewStateData Id="InvokeWorkflowFile_2" sap:VirtualizedContainerService.HintSize="314,87" />
  124. <sap2010:ViewStateData Id="WriteLine_2" sap:VirtualizedContainerService.HintSize="314,61" />
  125. <sap2010:ViewStateData Id="Assign_5" sap:VirtualizedContainerService.HintSize="314,60" />
  126. <sap2010:ViewStateData Id="InvokeWorkflowFile_3" sap:VirtualizedContainerService.HintSize="314,87" />
  127. <sap2010:ViewStateData Id="WriteLine_3" sap:VirtualizedContainerService.HintSize="314,61" />
  128. <sap2010:ViewStateData Id="Sequence_1" sap:VirtualizedContainerService.HintSize="336,1068">
  129. <sap:WorkflowViewStateService.ViewState>
  130. <scg:Dictionary x:TypeArguments="x:String, x:Object">
  131. <x:Boolean x:Key="IsExpanded">True</x:Boolean>
  132. </scg:Dictionary>
  133. </sap:WorkflowViewStateService.ViewState>
  134. </sap2010:ViewStateData>
  135. <sap2010:ViewStateData Id="Main_1" sap:VirtualizedContainerService.HintSize="376,1668" />
  136. </sap2010:ViewStateManager>
  137. </sap2010:WorkflowViewState.ViewStateManager>
  138. </Activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement