Uplift BPMs written in ABL

Hi All,

We are upgrading from E9 to E10, and need to migrate BPMs. My understanding is if the BPM has ABL code, it is not compatible with E10. Please note most of the BPMs are fairly simple in that they fire off email to notify people something happened. Based on this the recommendation has been to to reimplement BPMs with ABL via widgets in E10. We have a couple BPMs that are a bit more complex in that they parse csv files(3rd party integration) and update temp tables. Are widgets recommended also for these slightly more complex BPMs?

ALWAYS use widgets… (except when yo absolutely can’t)
It is going to be tough to use widgets for parsing XML, so custom C# may be required.

1 Like