| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- /**
- * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
- * SPDX-License-Identifier: MIT
- */
- export const FLOW_SELECTED_NODES = {
- nodes: [
- {
- id: 'start',
- type: 'start',
- blocks: [],
- },
- {
- id: 'createRecord_613973143a5',
- type: 'createRecord',
- blocks: [],
- },
- {
- id: 'exclusiveSplit_13973143a53',
- type: 'dynamicSplit',
- blocks: [
- {
- id: 'branch_0b5ee7b1189',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- },
- {
- id: 'branch_b5ee7b11890',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- },
- ],
- },
- {
- id: 'exclusiveSplit_30baf8b1da0',
- type: 'dynamicSplit',
- blocks: [
- {
- id: 'branch_33d40b5ee7b',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- blocks: [
- {
- id: 'createRecord_897b61c55f3',
- type: 'createRecord',
- blocks: [],
- },
- ],
- },
- {
- id: 'branch_3d40b5ee7b1',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- blocks: [
- {
- id: 'exclusiveSplit_d0070ce5d04',
- type: 'dynamicSplit',
- blocks: [
- {
- id: 'branch_d40b5ee7b11',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- blocks: [
- {
- id: 'createRecord_47e8fe1dfc3',
- type: 'createRecord',
- blocks: [],
- },
- {
- id: 'createRecord_32dcdd10274',
- type: 'createRecord',
- blocks: [],
- },
- {
- id: 'exclusiveSplit_a5579b3997d',
- type: 'dynamicSplit',
- blocks: [
- {
- id: 'branch_5ee7b11890c',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- blocks: [
- {
- id: 'createRecord_b57b00eee94',
- type: 'createRecord',
- blocks: [],
- },
- ],
- },
- {
- id: 'branch_ee7b11890c1',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- },
- ],
- },
- ]
- },
- {
- id: 'branch_40b5ee7b118',
- meta: {
- size: {
- width: 280,
- height: 28,
- },
- },
- blocks: [
- {
- id: 'tryCatch_cb31cd3f34f',
- type: 'tryCatch',
- blocks: [
- {
- id: 'branch_b31cd3f34fe',
- blocks: [
- {
- id: 'createRecord_a32ff708e68',
- type: 'createRecord',
- blocks: [],
- },
- ]
- },
- {
- id: 'branch_31cd3f34fec',
- blocks: [
- {
- id: 'createRecord_94cf09ad24b',
- type: 'createRecord',
- blocks: [],
- },
- ]
- },
- ],
- },
- ]
- },
- ],
- },
- ]
- },
- ],
- },
- {
- id: 'end',
- type: 'end',
- blocks: [],
- },
- ],
- }
|