Search

Microsoft BPM adds Decision Management

1 views

Some of you will no doubt have seen today's announcement of a Business Process Alliance by Microsoft (their press release is

  • Like most serious BPM companies, Microsoft recognizes that decision management, using business rules, is important also

  • Fair Isaac already uses many of these Microsoft technologies in conjunction with business rules managed in Blaze Advisor (in ScoreNet for instance) so we know this works

  • Because Blaze Advisor supports the integration of predictive models into decision services built with it, this alliance means that decisions using rules and analytics can be deployed effectively into processes being managed on .NET.

  • Microsoft is upgrading its BPEL support and that will aid in adoption

    There's a lot about decision management in BPM on this Comments

    ' />Reddit</a> | <a href=' /> Furl</a>  <br />
<br />
Bookmark Murdok: <a href=' /></a></ul>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

    Found an error or have a suggestion? Let us know and we'll review it.

  • Share this article

    Comments (0)

    Please sign in to leave a comment.

    No comments yet. Be the first to comment!