<?xml version="1.0" encoding="UTF-8"?>
|
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<apiVersion>54.0</apiVersion>
|
<assignments>
|
<name>myUniquelyDummyAssignment</name>
|
<label>myUniquelyDummyAssignment</label>
|
<locationX>0</locationX>
|
<locationY>0</locationY>
|
<assignmentItems>
|
<assignToReference>myUniquelyDummyVariable</assignToReference>
|
<operator>Assign</operator>
|
<value>
|
<stringValue>fakeVal</stringValue>
|
</value>
|
</assignmentItems>
|
</assignments>
|
<interviewLabel>MonthlyPaymentChanges1-2_InterviewLabel</interviewLabel>
|
<isTemplate>true</isTemplate>
|
<label>out</label>
|
<processMetadataValues>
|
<name>ObjectType</name>
|
<value>
|
<stringValue>Agency_Report__c</stringValue>
|
</value>
|
</processMetadataValues>
|
<processMetadataValues>
|
<name>ObjectVariable</name>
|
<value>
|
<elementReference>myVariable_current</elementReference>
|
</value>
|
</processMetadataValues>
|
<processMetadataValues>
|
<name>OldObjectVariable</name>
|
<value>
|
<elementReference>myVariable_old</elementReference>
|
</value>
|
</processMetadataValues>
|
<processMetadataValues>
|
<name>TriggerType</name>
|
<value>
|
<stringValue>onAllChanges</stringValue>
|
</value>
|
</processMetadataValues>
|
<processType>Workflow</processType>
|
<startElementReference>myUniquelyDummyAssignment</startElementReference>
|
<status>Draft</status>
|
<variables>
|
<name>myUniquelyDummyVariable</name>
|
<dataType>String</dataType>
|
<isCollection>false</isCollection>
|
<isInput>false</isInput>
|
<isOutput>false</isOutput>
|
</variables>
|
<variables>
|
<name>myVariable_current</name>
|
<dataType>SObject</dataType>
|
<isCollection>false</isCollection>
|
<isInput>true</isInput>
|
<isOutput>true</isOutput>
|
<objectType>Agency_Report__c</objectType>
|
</variables>
|
<variables>
|
<name>myVariable_old</name>
|
<dataType>SObject</dataType>
|
<isCollection>false</isCollection>
|
<isInput>true</isInput>
|
<isOutput>false</isOutput>
|
<objectType>Agency_Report__c</objectType>
|
</variables>
|
</Flow>
|