Adding customized Process flow in casetype instead of (default) screen flow

Currently as we can see , by default Pega is opening a screen flow called “CreateForm_Default” . If we don’t want to use the screen flow and we need our case type to have a different flow e.g. process flow , then we can follow the following steps :

  1. Open the default screen flow ,

  2. Go to Process tab

  3. Click on Open Case type Definition (blue colored button)

Result: A new rule form will open

4.Under “Automatically Launched processes” , Enter the Flow name in Process field.

And You’re ready to go!

Kindly let me know if there is another easy way to achieve this .

@AnanyaA2 do the suggestions in Flow pyStartCase does not exist in Pega 8.5 case type help you any further?

@AnanyaA2

Yes or in case life cycle itself,

in the fist stage you delete the create default process and add new process.

make sure the case type is not in locked ruleset.

@SatishS84 Got it . Thanks Satish .