Problem flow in case creation

I’ve imported a Pega BluePrint from Training at PegaWorld (Texel Island Adventure, case type Tour Booking) into PegaInfinity’26.1 (beta-version) without any problems. However, when I create a Tour Booking case the case ends in a problem flow after submitting the first screen.

The error is:

Flow: TourSelect_Flow
Step: Select Date & Time(Utility1)
Error: com.pega.pegarules.pub.generator.UnresolvedAssemblyError: Failed to find instance TXL1-IslandAdv1-Work-TourBooking.

Not completely sure why this is happening (am not a developer, but a tester). Could this be because my laptop is set to Dutch and the application to English/American?

Can somebody tell me what I need to do to fix this?

This is unlikely to be related to your laptop language or locale. The error UnresolvedAssemblyError: Failed to find instance TXL1-IslandAdv1-Work-TourBooking usually indicates that Pega cannot find or generate the assembled Java for the case class or one of its rules.

Okay, good to hear its not my location or laptop. But how do i fix this issue?

@MennoR80 I was just doing battle with this! You must of clicked a save button at the case level OR navigated into a flow and saved it.

When you import a blueprint, something Draft Mode is active for all flows in your cases.

This gives you some “flexibility” whilst authoring cases, so that when you run them not everything has to be perfect (like routing rules, empty screens etc.)

Open the Tour Select process (from your error)

Then click the draft off button, it should then changed to say draft on and save your rule.

You may find other processes in your flow that have this turned off as well, you’ll get the same problem flow if that is the case. Fix is the same, just find the process (flow) outlined in the error if it does happen to you.

Excuse the '26 screenshots (its the system I have up in front of me right now)

Thanks! This was indeed the issue! Learned something new today :slight_smile: