Skip to content

Commit 76a45e2

Browse files
committed
Added "sf texei source flow convert" command
1 parent 6efe471 commit 76a45e2

File tree

6 files changed

+6085
-1233
lines changed

6 files changed

+6085
-1233
lines changed

messages/texei.source.flow.convert.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Convert a Flow to a Subflow
44

55
# description
66

7-
Convert a Flow to a Subflow
7+
This command converts a record-triggered flow to a subflow, either by overriding it (default behavior) or saving it to a new file.
8+
If the source Flow has Entry Conditions there are not kept (subflows don't have entry conditions) and a warning is displayed.
89

910
# flags.name.summary
1011

@@ -20,7 +21,7 @@ Name of for new Flow file. If not provided, converted source Flow is overridden
2021

2122
# examples
2223

23-
- sf texei source flow convert --name My_Flow
24+
- sf texei source flow convert --name My_Flow --save-to-file-name My_Converted_Flow
2425

2526
# warning.beta
2627

@@ -29,3 +30,7 @@ This command is in BETA, test the converted Flow, and report any issue at https:
2930
# warning.filters
3031

3132
The source Flow has Entry Conditions that can't be moved to Subflow, review them and add them either as a decision node or to the parent Flow according to the needs
33+
34+
# error.no-scheduled-paths
35+
36+
The source Flow has Scheduled Paths, which are not possible in subflow. Review your Flow manually.

0 commit comments

Comments
 (0)