How to call a flow in PEGA Constellation?

We are trying to call a flow in constellation by using pcore and Pconnect apis? is it possible to call? or do we have any other process is there to call a flow?

@Rajashekar Reddy CH

Are you trying to create a new work object? If so then you would use the createWork API from the ActionsApi class. There is a code example in the doc which I have also copied below.

createWork(className, options) (pega.com)

APIs in the ActionsApi class (pega.com)

In this example, the API creates a work object within the primary container with the OPB1HW-SpaceTra-Work-RequestApproval class and the pyStartCase flow type.