'Fork' operation now has an option to ignore errors occuring on each branch

This commit is contained in:
n1474335 2017-01-16 15:58:38 +00:00
parent 488ca7167e
commit baa433ab80
3 changed files with 33 additions and 16 deletions

View file

@ -62,6 +62,11 @@ var OperationConfig = {
name: "Merge delimiter",
type: "binary_short_string",
value: FlowControl.MERGE_DELIM
},
{
name: "Ignore errors",
type: "boolean",
value: FlowControl.FORK_IGNORE_ERRORS
}
]
},