You can you the branch to evaluate labels
BRANCH (evaluate label: true)
SEQUENCE (label: %maxRecords% == 100)
… more flow
SEQUENCE (label: $default)
… more flow
So the evaluation of the label is in the sequence step or the label of any step.
Although I don’t see why this won’t work and would be preferred.
BRANCH (evaluate label: false, switch: /maxRecords)
SEQUENCE (label: 100)
… more flow
SEQUENCE (label: $default)
… more flow
Good luck.
The Developer Programming References explain this as well as active help through the developer itself. For the later I think you can press F1 key when you have selected an inserted branch step. Finally looking over the regular expression information in the former help section will be helpful for future solutions you create.
#webMethods-General#Integration-Server-and-ESB#webMethods