|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<Flow xmlns="http://soap.sforce.com/2006/04/metadata"> |
| 3 | + <apiVersion>51.0</apiVersion> |
| 4 | + <description>This flow demonstrates how to resolve a violation of the rule "Copy API Name".</description> |
| 5 | + <environments>Default</environments> |
| 6 | + <interviewLabel>Fix: Copy API Name {!$Flow.CurrentDateTime}</interviewLabel> |
| 7 | + <label>Fix: Copy API Name</label> |
| 8 | + <processMetadataValues> |
| 9 | + <name>BuilderType</name> |
| 10 | + <value> |
| 11 | + <stringValue>LightningFlowBuilder</stringValue> |
| 12 | + </value> |
| 13 | + </processMetadataValues> |
| 14 | + <processMetadataValues> |
| 15 | + <name>CanvasMode</name> |
| 16 | + <value> |
| 17 | + <stringValue>AUTO_LAYOUT_CANVAS</stringValue> |
| 18 | + </value> |
| 19 | + </processMetadataValues> |
| 20 | + <processMetadataValues> |
| 21 | + <name>OriginBuilderType</name> |
| 22 | + <value> |
| 23 | + <stringValue>LightningFlowBuilder</stringValue> |
| 24 | + </value> |
| 25 | + </processMetadataValues> |
| 26 | + <processType>Flow</processType> |
| 27 | + <screens> |
| 28 | + <name>mockscreen</name> |
| 29 | + <label>mockscreen</label> |
| 30 | + <locationX>176</locationX> |
| 31 | + <locationY>134</locationY> |
| 32 | + <allowBack>true</allowBack> |
| 33 | + <allowFinish>true</allowFinish> |
| 34 | + <allowPause>true</allowPause> |
| 35 | + <connector> |
| 36 | + <targetReference>second_mockscreen</targetReference> |
| 37 | + </connector> |
| 38 | + <showFooter>true</showFooter> |
| 39 | + <showHeader>true</showHeader> |
| 40 | + </screens> |
| 41 | + <screens> |
| 42 | + <name>second_mockscreen</name> |
| 43 | + <label>second mockscreen</label> |
| 44 | + <locationX>176</locationX> |
| 45 | + <locationY>242</locationY> |
| 46 | + <allowBack>true</allowBack> |
| 47 | + <allowFinish>true</allowFinish> |
| 48 | + <allowPause>true</allowPause> |
| 49 | + <showFooter>true</showFooter> |
| 50 | + <showHeader>true</showHeader> |
| 51 | + </screens> |
| 52 | + <start> |
| 53 | + <locationX>50</locationX> |
| 54 | + <locationY>0</locationY> |
| 55 | + <connector> |
| 56 | + <targetReference>mockscreen</targetReference> |
| 57 | + </connector> |
| 58 | + </start> |
| 59 | + <status>Active</status> |
| 60 | +</Flow> |
0 commit comments