true **Selektion Datenvermeidung und Sparsamkeit Selektion nach: - Anforderung Miete - keine Anforderung Kauf - keine Verbindung - letzter Kontakt > 14 Tage - Privatperson -->Aufgabe wird erstellt + E-Mail mit gefundenen Kontakten wird geöffnet 4 0 <Activity mc:Ignorable="sads sap" x:Class="estateProActivity" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:av="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:ebpe="clr-namespace:EstatePro.Business.Prozesse.Entities;assembly=EstatePro.Business" xmlns:epbb="clr-namespace:EstatePro.Prozesse.BaseActivityLibrary.BusinessActivities;assembly=EstatePro.Prozesse" xmlns:epbu="clr-namespace:EstatePro.Prozesse.BaseActivityLibrary.UtilityActivities;assembly=EstatePro.Prozesse" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=System" xmlns:s1="clr-namespace:System;assembly=mscorlib" xmlns:s2="clr-namespace:System;assembly=System.Core" xmlns:s3="clr-namespace:System;assembly=System.ServiceModel" xmlns:s4="clr-namespace:System;assembly=Prism.Wpf" xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities" xmlns:sads="http://schemas.microsoft.com/netfx/2010/xaml/activities/debugger" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sc="clr-namespace:System.Collections;assembly=mscorlib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=DevExpress.Data.v17.2" xmlns:scg1="clr-namespace:System.Collections.Generic;assembly=System.Core" xmlns:scg2="clr-namespace:System.Collections.Generic;assembly=System" xmlns:scg3="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:scg4="clr-namespace:System.Collections.Generic;assembly=System.ServiceModel" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=System" xmlns:sco1="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib" xmlns:sl="clr-namespace:System.Linq;assembly=System.Core" xmlns:swf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <x:Members> <x:Property Name="ProzessStarter" Type="InArgument(ebpe:ProzBenutzer)" /> <x:Property Name="Kontext" Type="InArgument(ebpe:ProzKontext)" /> </x:Members> <sap:VirtualizedContainerService.HintSize>654,824</sap:VirtualizedContainerService.HintSize> <mva:VisualBasic.Settings>Assembly references and imported namespaces serialized as XML namespaces</mva:VisualBasic.Settings> <Flowchart DisplayName="Flowchart" sap:VirtualizedContainerService.HintSize="614,784" mva:VisualBasic.Settings="Assembly references and imported namespaces serialized as XML namespaces"> <Flowchart.Variables> <Variable x:TypeArguments="ebpe:ProzPerson[]" Name="Suchergebnis_Personen" /> <Variable x:TypeArguments="sco1:Collection(ebpe:ProzPerson)" Default="[new collection(of ProzPerson)]" Name="Ergebnis_Personen" /> </Flowchart.Variables> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">False</x:Boolean> <av:Point x:Key="ShapeLocation">270,2.5</av:Point> <av:Size x:Key="ShapeSize">60,75</av:Size> <av:PointCollection x:Key="ConnectorLocation">300,77.5 300,107.5 210,107.5 210,154.5</av:PointCollection> <x:Double x:Key="Height">748.5</x:Double> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <Flowchart.StartNode> <x:Reference>__ReferenceID12</x:Reference> </Flowchart.StartNode> <FlowStep x:Name="__ReferenceID12"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">60,154.5</av:Point> <av:Size x:Key="ShapeSize">300,71</av:Size> <av:PointCollection x:Key="ConnectorLocation">210,225.5 210,255.5 160,255.5 160,294.02</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:PersonenSuchenActivity DisplayName="Personen suchen" sap:VirtualizedContainerService.HintSize="300,71" Result="[Suchergebnis_Personen]" Top="10000"> <epbb:PersonenSuchenActivity.SuchFelder> <epbb:SuchenActivityDateItem MinValue="{x:Null}" CompareType="Less" DisplayName="Person Letzter Kontakt (P)" FeldName="PersonLastContact" MaxValue="[DateTime.Now.Date.AddDays(-14)]" /> </epbb:PersonenSuchenActivity.SuchFelder> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:PersonenSuchenActivity> <FlowStep.Next> <FlowStep x:Name="__ReferenceID10"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">60,294.02</av:Point> <av:Size x:Key="ShapeSize">200,56</av:Size> <av:PointCollection x:Key="ConnectorLocation">160,350.02 160,380.02 170,380.02 170,476.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <ForEach x:TypeArguments="ebpe:ProzPerson" DisplayName="ForEach&lt;ProzPerson&gt;" sap:VirtualizedContainerService.HintSize="200,56" Values="[Suchergebnis_Personen]"> <ActivityAction x:TypeArguments="ebpe:ProzPerson"> <ActivityAction.Argument> <DelegateInArgument x:TypeArguments="ebpe:ProzPerson" Name="Person" /> </ActivityAction.Argument> <Flowchart DisplayName="Flowchart2" sap:VirtualizedContainerService.HintSize="940,1284"> <Flowchart.Variables> <Variable x:TypeArguments="ebpe:ProzAnforderung[]" Name="Suchergebnis_Anforderungen_Miete" /> <Variable x:TypeArguments="ebpe:ProzVerbindung[]" Name="Suchergebnis_Verbindungen" /> <Variable x:TypeArguments="ebpe:ProzAnforderung[]" Name="Suchergebnis_Anforderungen_Kauf" /> </Flowchart.Variables> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">False</x:Boolean> <av:Point x:Key="ShapeLocation">290,2.5</av:Point> <av:Size x:Key="ShapeSize">60,75</av:Size> <av:PointCollection x:Key="ConnectorLocation">320,77.5 320,96.5</av:PointCollection> <x:Double x:Key="Height">1248</x:Double> <x:Double x:Key="Width">926.15384615384585</x:Double> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <Flowchart.StartNode> <x:Reference>__ReferenceID9</x:Reference> </Flowchart.StartNode> <FlowDecision x:Name="__ReferenceID6" Condition="[Person.GetAnforderungen() is Nothing]" sap:VirtualizedContainerService.HintSize="70,87"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:String x:Key="TrueLabel">Ja</x:String> <x:String x:Key="FalseLabel">Anforderung vorhanden</x:String> <x:Boolean x:Key="IsExpanded">True</x:Boolean> <av:Point x:Key="ShapeLocation">75,196.5</av:Point> <av:Size x:Key="ShapeSize">70,87</av:Size> <av:PointCollection x:Key="FalseConnector">145,240 330,240 330,294.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <FlowDecision.False> <FlowStep x:Name="__ReferenceID0"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">180,294.5</av:Point> <av:Size x:Key="ShapeSize">300,71</av:Size> <av:PointCollection x:Key="ConnectorLocation">330,365.5 330,396.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:AnforderungenSuchenActivity BetreuerFilter="{x:Null}" ObjektFilter="{x:Null}" DisplayName="Anforderungen suchen" sap:VirtualizedContainerService.HintSize="300,71" PersonFilter="[Person]" Result="[Suchergebnis_Anforderungen_Miete]" Top="100"> <epbb:AnforderungenSuchenActivity.SuchFelder> <epbb:SuchenActivityComboItem Value="{x:Null}" CompareType="Equal" DisplayName="Anforderungen Vertriebstyp" FeldName="AnforderungVertriebsTyp" IsEditable="False" MasterdataName="VertriebsTypAuswahlList" Val="3" /> </epbb:AnforderungenSuchenActivity.SuchFelder> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:AnforderungenSuchenActivity> <FlowStep.Next> <FlowDecision x:Name="__ReferenceID1" Condition="[Suchergebnis_Anforderungen_Miete.Length&gt; 0]" sap:VirtualizedContainerService.HintSize="70,87"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:String x:Key="TrueLabel">Mietanforderung</x:String> <x:String x:Key="FalseLabel">Nein</x:String> <x:Boolean x:Key="IsExpanded">True</x:Boolean> <av:Point x:Key="ShapeLocation">295,396.5</av:Point> <av:Size x:Key="ShapeSize">70,87</av:Size> <av:PointCollection x:Key="TrueConnector">295,440 150,440 150,494.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <FlowDecision.True> <FlowStep x:Name="__ReferenceID7"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">0,494.5</av:Point> <av:Size x:Key="ShapeSize">300,71</av:Size> <av:PointCollection x:Key="ConnectorLocation">150,565.5 150,606.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:AnforderungenSuchenActivity BetreuerFilter="{x:Null}" ObjektFilter="{x:Null}" DisplayName="Anforderungen suchen" sap:VirtualizedContainerService.HintSize="300,71" PersonFilter="[Person]" Result="[Suchergebnis_Anforderungen_Kauf]" Top="100"> <epbb:AnforderungenSuchenActivity.SuchFelder> <epbb:SuchenActivityComboItem Value="{x:Null}" CompareType="Equal" DisplayName="Anforderungen Vertriebstyp" FeldName="AnforderungVertriebsTyp" IsEditable="False" MasterdataName="VertriebsTypAuswahlList" Val="2" /> <epbb:SuchenActivityCheckItem CompareType="Equal" DisplayName="Anforderungen Aktiv" FeldName="AnforderungAktiv" Value="True" /> </epbb:AnforderungenSuchenActivity.SuchFelder> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:AnforderungenSuchenActivity> <FlowStep.Next> <FlowDecision x:Name="__ReferenceID8" Condition="[Suchergebnis_Anforderungen_Kauf.Length&gt; 0]" sap:VirtualizedContainerService.HintSize="70,87"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:String x:Key="TrueLabel">Ja</x:String> <x:String x:Key="FalseLabel">keine Kaufanforderung</x:String> <x:Boolean x:Key="IsExpanded">True</x:Boolean> <av:Point x:Key="ShapeLocation">115,606.5</av:Point> <av:Size x:Key="ShapeSize">70,87</av:Size> <av:PointCollection x:Key="TrueConnector">305,450 160,450 160,504.5</av:PointCollection> <av:PointCollection x:Key="FalseConnector">185,650 600,650 600,664.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <FlowDecision.False> <FlowStep x:Name="__ReferenceID2"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">450,664.5</av:Point> <av:Size x:Key="ShapeSize">300,71</av:Size> <av:PointCollection x:Key="ConnectorLocation">600,735.5 600,786.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:VerbindungenSuchenActivity BetreuerFilter="{x:Null}" ObjektFilter="{x:Null}" DisplayName="Verbindungen suchen" sap:VirtualizedContainerService.HintSize="300,71" PersonFilter="[Person]" Result="[Suchergebnis_Verbindungen]" Top="100"> <epbb:VerbindungenSuchenActivity.SuchFelder> <epbb:SuchenActivityComboItem Value="{x:Null}" CompareType="Equal" DisplayName="Verbindungen Verbindungsstatus" FeldName="VerbindungStatus" IsEditable="False" MasterdataName="VerbindungStatusList"> <epbb:SuchenActivityComboItem.Val> <x:Int32>1</x:Int32> </epbb:SuchenActivityComboItem.Val> </epbb:SuchenActivityComboItem> </epbb:VerbindungenSuchenActivity.SuchFelder> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:VerbindungenSuchenActivity> <FlowStep.Next> <FlowDecision x:Name="__ReferenceID3" Condition="[Suchergebnis_Verbindungen.Length &lt; 1]" sap:VirtualizedContainerService.HintSize="70,87"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:String x:Key="TrueLabel">Ja</x:String> <x:String x:Key="FalseLabel">Nein</x:String> <x:Boolean x:Key="IsExpanded">True</x:Boolean> <av:Point x:Key="ShapeLocation">565,786.5</av:Point> <av:Size x:Key="ShapeSize">70,87</av:Size> <av:PointCollection x:Key="TrueConnector">565,830 210,830 210,879</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <FlowDecision.True> <FlowStep x:Name="__ReferenceID4"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">110,879</av:Point> <av:Size x:Key="ShapeSize">200,22</av:Size> <av:PointCollection x:Key="ConnectorLocation">210,901 210,931 220,931 220,1012.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <AddToCollection x:TypeArguments="ebpe:ProzPerson" Collection="[Ergebnis_Personen]" DisplayName="AddToCollection&lt;ProzPerson&gt;" sap:VirtualizedContainerService.HintSize="200,22" Item="[Person]" /> <FlowStep.Next> <FlowStep x:Name="__ReferenceID5"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">85.5,1012.5</av:Point> <av:Size x:Key="ShapeSize">269,155</av:Size> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:AktivitaetAnlegenActivity AktivitaetAktionID="{x:Null}" AktivitaetDatum="{x:Null}" AktivitaetKosten="{x:Null}" AktivitaetQuellenID="{x:Null}" AktivitaetText="{x:Null}" AufgabeErinnerungAm="{x:Null}" HinweisTextBeimOeffnen="{x:Null}" TerminBetreff="{x:Null}" TerminEndDateTime="{x:Null}" TerminOrt="{x:Null}" TerminStartDateTime="{x:Null}" TerminText="{x:Null}" VorgaengerEintrag="{x:Null}" WarteDauerMax="{x:Null}" ZugeordnetesObjekt="{x:Null}" AktivitaetErstellen="False" AufgabeAktionsArtID="9" AufgabeBenutzerGuid="[Person.GetBetreuer().DcGuid]" AufgabeBetreff="[&quot;DSGVO - Gefunden durch den Suchlauf am: &quot; + Datetime.now.date.tostring()]" AufgabeErstellen="True" AufgabeFaelligAm="[Datetime.now]" AufgabeHatErinnerung="False" AufgabePerEMailInformieren="False" AufgabePrioritaetID="Mittel" AufgabeText="Bitte Adresse prüfen!" AusfuehrungsModus="Hintergrund" DisplayName="Aktivität/Termin/Aufgabe anlegen" sap:VirtualizedContainerService.HintSize="269,155" NameInProzessliste="Aufgabe DSGVO anlegen" TerminAnzeigenAls="11" TerminErinnerungIntervalInMinutes="15" TerminErstellen="False" TerminHatErinnerung="False" TerminIsGanztags="False" TerminIsPrivate="False" ZugeordnetePerson="[person]"> <epbb:AktivitaetAnlegenActivity.TerminResourceIDs> <scg3:List x:TypeArguments="x:Int32" Capacity="0" /> </epbb:AktivitaetAnlegenActivity.TerminResourceIDs> <epbb:AktivitaetAnlegenActivity.TerminTeilnehmerIDs> <scg3:List x:TypeArguments="s1:Guid" Capacity="0" /> </epbb:AktivitaetAnlegenActivity.TerminTeilnehmerIDs> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:AktivitaetAnlegenActivity> </FlowStep> </FlowStep.Next> </FlowStep> </FlowDecision.True> </FlowDecision> </FlowStep.Next> </FlowStep> </FlowDecision.False> </FlowDecision> </FlowStep.Next> </FlowStep> </FlowDecision.True> </FlowDecision> </FlowStep.Next> </FlowStep> </FlowDecision.False> </FlowDecision> <x:Reference>__ReferenceID0</x:Reference> <x:Reference>__ReferenceID1</x:Reference> <x:Reference>__ReferenceID2</x:Reference> <x:Reference>__ReferenceID3</x:Reference> <x:Reference>__ReferenceID4</x:Reference> <x:Reference>__ReferenceID5</x:Reference> <FlowDecision x:Name="__ReferenceID9" Condition="[Person.GetFirma() is Nothing]" sap:VirtualizedContainerService.HintSize="70,87" True="{x:Reference __ReferenceID6}"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:String x:Key="TrueLabel">Ja</x:String> <x:String x:Key="FalseLabel">Nein</x:String> <x:Boolean x:Key="IsExpanded">True</x:Boolean> <av:Point x:Key="ShapeLocation">285,96.5</av:Point> <av:Size x:Key="ShapeSize">70,87</av:Size> <av:PointCollection x:Key="TrueConnector">285,140 110,140 110,196.5</av:PointCollection> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </FlowDecision> <x:Reference>__ReferenceID7</x:Reference> <x:Reference>__ReferenceID8</x:Reference> <FlowStep> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">375.5,1012.5</av:Point> <av:Size x:Key="ShapeSize">269,155</av:Size> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:AktivitaetAnlegenActivity AktivitaetAktionID="{x:Null}" AktivitaetDatum="{x:Null}" AktivitaetKosten="{x:Null}" AktivitaetQuellenID="{x:Null}" AktivitaetText="{x:Null}" AufgabeErinnerungAm="{x:Null}" HinweisTextBeimOeffnen="{x:Null}" TerminBetreff="{x:Null}" TerminEndDateTime="{x:Null}" TerminOrt="{x:Null}" TerminStartDateTime="{x:Null}" TerminText="{x:Null}" VorgaengerEintrag="{x:Null}" WarteDauerMax="{x:Null}" ZugeordnetesObjekt="{x:Null}" AktivitaetErstellen="False" AufgabeAktionsArtID="9" AufgabeBenutzerGuid="[Person.GetBetreuer.DcGuid]" AufgabeBetreff="[&quot;DSGVO - Gefunden durch den Suchlauf am: &quot; + Datetime.now.date.tostring()]" AufgabeErstellen="True" AufgabeFaelligAm="[Datetime.Now]" AufgabeHatErinnerung="False" AufgabePerEMailInformieren="False" AufgabePrioritaetID="Mittel" AufgabeText="Bitte prüfen!" AusfuehrungsModus="Hintergrund" DisplayName="Aktivität/Termin/Aufgabe anlegen" sap:VirtualizedContainerService.HintSize="269,155" NameInProzessliste="Aktivität/Termin/Aufgabe anlegen" TerminAnzeigenAls="11" TerminErinnerungIntervalInMinutes="15" TerminErstellen="False" TerminHatErinnerung="False" TerminIsGanztags="False" TerminIsPrivate="False" ZugeordnetePerson="[Person]"> <epbb:AktivitaetAnlegenActivity.TerminResourceIDs> <scg3:List x:TypeArguments="x:Int32" Capacity="0" /> </epbb:AktivitaetAnlegenActivity.TerminResourceIDs> <epbb:AktivitaetAnlegenActivity.TerminTeilnehmerIDs> <scg3:List x:TypeArguments="s1:Guid" Capacity="0" /> </epbb:AktivitaetAnlegenActivity.TerminTeilnehmerIDs> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:AktivitaetAnlegenActivity> </FlowStep> </Flowchart> </ActivityAction> </ForEach> <FlowStep.Next> <FlowStep x:Name="__ReferenceID11"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <av:Point x:Key="ShapeLocation">20,476.5</av:Point> <av:Size x:Key="ShapeSize">300,167</av:Size> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> <epbb:EmailVersendenActivity AktionObjekt="{x:Null}" AktivitaetAktionID="{x:Null}" AktivitaetDatum="{x:Null}" AktivitaetKosten="{x:Null}" AktivitaetObjekt="{x:Null}" AktivitaetQuellenID="{x:Null}" AktivitaetText="{x:Null}" AktivitaetVorgaenger="{x:Null}" AnPerson="{x:Null}" BCCEmail="{x:Null}" BCCPerson="{x:Null}" CCEmail="{x:Null}" CCPerson="{x:Null}" HinweisTextBeimOeffnen="{x:Null}" WarteDauerMax="{x:Null}" AktivitaetErstellen="False" AnEmail="test@test.de" AusfuehrungsModus="GuiNichtBlockierend" Betreff="DSGVO" DisplayName="E-Mail versenden" EmailKontoGuid="f0d43bf3-b64a-431a-9254-dae2887423c9" EmailVorlageGuid="00000000-0000-0000-0000-000000000000" sap:VirtualizedContainerService.HintSize="300,167" InhaltText="[&quot;Anzahl der Personen: &quot; + Ergebnis_Personen.Count.ToString() + Environment.NewLine + Environment.NewLine +&#xA;string.Join(Environment.NewLine, Enumerable.Select(Enumerable.Orderby(Ergebnis_Personen, Function(x) x.Betreuer), Function(x) &quot;estatepro://person/&quot; + x.DcGuid.ToString()+ &quot; &quot; + x.ASchluessel &amp; &quot; - &quot; &amp; x.AVorname &amp; &quot; &quot; &amp; x.ANachname &amp; &quot;, &quot; &amp; x.AStrasse &amp; &quot; - &quot; &amp; x.APlz &amp; &quot; - &quot; &amp; x.AOrt &amp; &quot; // &quot; &amp; x.Betreuer))]" IstPlainTextBody="False" NameInProzessliste="E-Mail versenden"> <sap:WorkflowViewStateService.ViewState> <scg3:Dictionary x:TypeArguments="x:String, x:Object"> <x:Boolean x:Key="IsExpanded">True</x:Boolean> </scg3:Dictionary> </sap:WorkflowViewStateService.ViewState> </epbb:EmailVersendenActivity> </FlowStep> </FlowStep.Next> </FlowStep> </FlowStep.Next> </FlowStep> <x:Reference>__ReferenceID10</x:Reference> <x:Reference>__ReferenceID11</x:Reference> </Flowchart> </Activity> false false false false false false false 0 0 0 0 0 2018-04-30T13:59:25.09 90892d73-d200-4fd3-aec7-54f8805da886 06ec0892-4ab9-4fd4-a5d3-45fbf4cb4ad0 a3913d5d-12a8-4fe1-842a-b3b16971ed10 7ce19647-a32c-4ddc-86ea-b14da1f9c782 06ec0892-4ab9-4fd4-a5d3-45fbf4cb4ad0 7ce19647-a32c-4ddc-86ea-b14da1f9c782 2018-03-08T10:52:40.53 06ec0892-4ab9-4fd4-a5d3-45fbf4cb4ad0 7ce19647-a32c-4ddc-86ea-b14da1f9c782 2 2018-05-02T16:54:11.92 58 0