mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 16:59:22 -05:00
FF-1148: Added option to Goto Flow to update flow in the file
This commit is contained in:
@@ -24,6 +24,12 @@ public class GotoFlow : Node
|
||||
/// </summary>
|
||||
[Select("FLOW_LIST", 1)]
|
||||
public ObjectReference Flow { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets if the flow this file is processing with should be updated to this new flow
|
||||
/// </summary>
|
||||
[Boolean(2)]
|
||||
public bool UpdateFlowUsed { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public override int Execute(NodeParameters args)
|
||||
|
||||
@@ -181,7 +181,9 @@
|
||||
"GotoFlow": {
|
||||
"Description": "This lets you switch to a different flow to process. This flow will exit and the parameters and working file will be passed into the new Flow",
|
||||
"Fields": {
|
||||
"Flow": "Flow"
|
||||
"Flow": "Flow",
|
||||
"UpdateFlowUsed": "Update Flow",
|
||||
"UpdateFlowUsed-Help": "If the files `Flow` should be updated to reference this new Flow or leave it as the original Flow."
|
||||
}
|
||||
},
|
||||
"Reprocess": {
|
||||
|
||||
Reference in New Issue
Block a user