cancel
Showing results for 
Search instead for 
Did you mean: 

BPM OData Service - get all process definitions

Former Member
0 Kudos

Hello,

Do you know if a list of all process definitions can be taken using OData Service?

Using an url like:

/bpmodata/processes.svc/ActiveProcessDefinition(vendor='xxx',dcName='yyy',processTechnicalName='zzz')

works fine and finds the process definition for the input parameters.

I have to take all process definitions without knowing they vendor dcName and technical name. Any idea if this can be taken only using the OData service?

Thank You and Best Regards,

Teodor

Accepted Solutions (0)

Answers (1)

Answers (1)

AndreH
Employee
Employee
0 Kudos

Hello Teodor,

can you please provide some more details on your use case? As you already mentioned in your questions, the OData service provides a function which returns the active process definition for a given vendor, dc and process name. If you are interested in all active process definition without providing these details, you can use the Java Public API (method getActiveProcessDefinitions of com.sap.bpm.pm.api.ProcessDefinitionManager) and easily expose this functionality with help of an own OData service by using libraries such as Apache Olingo.

Best Regards,

Andre