Is there a limit to how many characters of RegEx that the Pattern Matching activity can handle?
The block of regex I need is 965 characters. It has grown to that size and this last iteration is forcing the workflow instance to freeze and NOT terminate for at least 10 minutes. It will time out several times and then eventually terminate. The only changes made have been to the complexity of the regex in pattern matching.
I have attempted to use this technique and that also will not terminate the workflow.
I think of regex as a low bandwidth type of processing so I am little confused by this issue.
Thanks