Looking at: https://docs.camunda.org/manual/7.7/reference/rest/history/activity-instance/post-activity-instance-query/
and looking at the activityType
property for the body. Where can i find the list of activityTypes?
javadocs just seem list the field as a String, and not link to the constants.
Is this located in the docs?
I’ve noticed this ticket and this is the java file commit related to the ticket.
@nvanbelle thanks!!! Yes would be nice if it was public api documented! 
@Zelldon thanks!! not sure why i could not find that!
edit: for future reference for anyone that comes across this. This is the specific value set you are looking for:
https://docs.camunda.org/javadoc/camunda-bpm-platform/7.7/constant-values.html#org.camunda.bpm.engine.ActivityTypes
The value column is what you are looking for.
1 Like