Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All :),
Is there any method to invoke a blaze rule from our flow service dynamically?
how get the fields value from a webMethods document(idata) in a blaze rule? say in blaze rule I have one parameter which mapped to the document and after getting the value from this document and doing some decision job rule return a string.
You can call your Blaze Rule from webMethods flowservice by the following way. first deploy your rule into the server where your flowservice residing. after this deployment you can see the rule into the webmethod so then you can call that rule from flowservice by drag and drop.
I generally use the above steps to call a rule from flowservice.