C
Chris S. Hogan
Guest
Are you referring to building an extended operator in Corticon? Generally extended operators take simple data types, and return simple data types. You can apply an operator to a collection, which means the operator processes the array of values. However, if you need to deal with multiple arrays or complex objects, then you would be better off using a service call out which has access to the complete working memory as the decision service is executing.
Continue reading...
Continue reading...