<?xml version="1.0" encoding="UTF-8"?>
|
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
|
<apiVersion>49.0</apiVersion>
|
<assignments>
|
<name>myVariable_waitStartTimeAssignment</name>
|
<label>myVariable_waitStartTimeAssignment</label>
|
<locationX>0</locationX>
|
<locationY>0</locationY>
|
<assignmentItems>
|
<assignToReference>myVariable_waitStartTimeVariable</assignToReference>
|
<operator>Assign</operator>
|
<value>
|
<elementReference>$Flow.CurrentDateTime</elementReference>
|
</value>
|
</assignmentItems>
|
<connector>
|
<targetReference>myDecision</targetReference>
|
</connector>
|
</assignments>
|
<decisions>
|
<name>myDecision</name>
|
<label>Primary Decision</label>
|
<locationX>50</locationX>
|
<locationY>0</locationY>
|
<defaultConnectorLabel>default</defaultConnectorLabel>
|
<rules>
|
<name>myRule_1</name>
|
<conditionLogic>and</conditionLogic>
|
<conditions>
|
<leftValueReference>formula_myRule_1</leftValueReference>
|
<operator>EqualTo</operator>
|
<rightValue>
|
<booleanValue>true</booleanValue>
|
</rightValue>
|
</conditions>
|
<label>AAAA</label>
|
</rules>
|
</decisions>
|
<description>AAAA</description>
|
<formulas>
|
<name>formula_myRule_1</name>
|
<dataType>Boolean</dataType>
|
<expression>true</expression>
|
</formulas>
|
<interviewLabel>AAAA-1_Product_Material__c</interviewLabel>
|
<label>AAAA</label>
|
<processMetadataValues>
|
<name>ObjectType</name>
|
<value>
|
<stringValue>Product_Material__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>myVariable_waitStartTimeAssignment</startElementReference>
|
<status>Draft</status>
|
<variables>
|
<name>myVariable_current</name>
|
<dataType>SObject</dataType>
|
<isCollection>false</isCollection>
|
<isInput>true</isInput>
|
<isOutput>true</isOutput>
|
<objectType>Product_Material__c</objectType>
|
</variables>
|
<variables>
|
<name>myVariable_old</name>
|
<dataType>SObject</dataType>
|
<isCollection>false</isCollection>
|
<isInput>true</isInput>
|
<isOutput>false</isOutput>
|
<objectType>Product_Material__c</objectType>
|
</variables>
|
<variables>
|
<name>myVariable_waitStartTimeVariable</name>
|
<dataType>DateTime</dataType>
|
<isCollection>false</isCollection>
|
<isInput>false</isInput>
|
<isOutput>false</isOutput>
|
<value>
|
<elementReference>$Flow.CurrentDateTime</elementReference>
|
</value>
|
</variables>
|
</Flow>
|