In Pega 8.5, adding a new case type creates the default first stage 'Create’and corresponding flow ‘CreateForm_Default’. However, I no longer see the default flow rule pyStartCase. Is flow pyStartCase no longer applicable from Pega 8.5?
In the integration service wizard for ‘File - Create and Manage Work’, for Flow Type, I do not see pyStartCase or Create flow rules. In the older Pega versions, I was able to select pyStartCase here.
Question:
Is the default flow pyStartCase no longer created for new case types in Pega 8.5?
In the integration service wizard for File, what should we select now for the Flow Type dropdown?
Thanks Marc for the community article. The article lists options for existing case types, case types that were created prior to Pega 8.5, and the options available after the upgrade.
In my scenario, I created a new case type in Pega 8.5 and therefore does not have the flow pyStartCase.
I have the same question. Above answer helps me to understand.
I have another scenario -
I need to create a case for case type from Service file rule. Basically, I have an activity and I need to create the case from activity. The case type is created in 8.5.
For creating the cases in above mentioned scenario, always use svcAddWorkObject. Starting flow is not a mandatory field anymore for this API. If you want to create a case which is created before 8.5 then pass the starting flow. If not dont pass the starting flow
Marc, I think the implication here is that the developer needs to know the new mechanism for doing what he / she wants in Pega 8.5. Where is the first flow that he / she can begin to edit to effect the desired change in behavior. Right?