- Branch header->status
- /^2[0-9][0-9]$/ (OK)
- /^4[0-9][0-9]$/ (Non retry enabled error)
- /^5[0-9][0-9]$/ (Retry enabled error)
I've been working with webMethods for about a year now (wow, 3 years now) and I have found there are lots of items that are hard to figure out via the documentation and very few posts on the web about them. I thought I'd post them here as I find them to help out other people (hopefully).
Monday, February 27, 2012
Branch and regular expressions
I don't know why but it just never clicked. You can use regular expressions as the labels on your branch step even when evaluate labels is false. A simple example is checking the http status values from a RESTful call:
Subscribe to:
Posts (Atom)