Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<Variable x:TypeArguments="x:Double" Name="invoiceTotal" />
</Sequence.Variables>
<ui:LogMessage DisplayName="Log: starting invoice parse" sap2010:WorkflowViewState.IdRef="LogMessage_1" Level="Info" Message="[&quot;[PythonInvoiceParser] Invoking parse_invoice.extract_total via Python Scope&quot;]" />
<upa:PythonScope DisplayName="Python Scope" sap2010:WorkflowViewState.IdRef="PythonScope_1" Path="C:\Program Files\Python311" Library="" Target="x64" Version="Python_311" WorkingFolder="" Timeout="30000">
<upa:PythonScope DisplayName="Python Scope" sap2010:WorkflowViewState.IdRef="PythonScope_1" Path="C:\Program Files\Python311" Library="" Target="x64" Version="Python_311" WorkingFolder="C:\Robot\Data" Timeout="30000">
<upa:PythonScope.Body>
<ActivityAction>
<Sequence DisplayName="Python Scope Body" sap2010:WorkflowViewState.IdRef="Sequence_2">
<upa:LoadScript DisplayName="Load Python Script: parse_invoice.py" sap2010:WorkflowViewState.IdRef="LoadScript_1" File="parse_invoice.py" Result="[scriptHandle]" />
<upa:InvokeMethod DisplayName="Invoke Python Method: extract_total" sap2010:WorkflowViewState.IdRef="InvokeMethod_1" Instance="[scriptHandle]" Name="extract_total" Result="[totalObj]">
<upa:InvokeMethod.InputParameters>
<scg:List x:TypeArguments="x:Object" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=System.Private.CoreLib" Capacity="1">
<x:String>invoices\inv-2026-05.csv</x:String>
<x:String>C:\Robot\Data\invoices\inv-2026-05.csv</x:String>
</scg:List>
</upa:InvokeMethod.InputParameters>
</upa:InvokeMethod>
Expand Down
Loading