How to check pyDefaultTaskStatus

In Pega 8.7, pyDefaultTaskStatus is not found on the clipboard.
In Pega 7.4, it could be found on the clipboard when creating a new case.

In Pega 8.7, is pyDefaultTaskStatus set when a new case is created?

Also, where is it located on the clipboard?

Hi @misatou6, pyDefaultTaskStatus property which belongs to Assign- class. This will be available in newAssignPage when you open any case.

If you are using Theme Cosmos for your application, newAssignPage will not be available in the default case thread. Instead it gets loaded in a thread name starting with DCSPA_UserPortal/. Please change the thread in clipboard to see the details.

Ref:

Thanks.

@ArulDevan -san

Thank you very much!!