| ▲ | mewpmewp2 2 hours ago | |||||||||||||||||||||||||
Sometimes the rules are not as easy to define ahead of time. As an example imagine having to categorize some sort of text based requests etc. Or decide what the next step should be based on freeform text, images, etc. Hardcoded rule based would have to try and attempt to match to certain keywords etc, but you see how that can start to go wrong? | ||||||||||||||||||||||||||
| ▲ | zkmon an hour ago | parent [-] | |||||||||||||||||||||||||
This is already solved by the traditional workflow systems. For example, if the request is received as a form submission, a form processor is invoked to categorize the request and route the request accordingly based on the identified category. Now, if the request is coming in as text or other media instead of a form input, then the workflow would call a relevant processor, to identify the category. Everything from that point runs same as before. The workflow itself doesn't change just because the input format has changed. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||