@StartProcess with key?

Hey together,

the docs say here (https://docs.camunda.org/manual/7.6/user-guide/cdi-java-ee-integration/contextual-programming-model/#declaratively-controlling-the-process) that you can start a process instance by key with the annotation.

I couldn’t find a way to do it in the java docs.

Is the example just missing or is it a bug in docs?

Thanks, Ingo

Hi @Ingo_Richtsmeier,

we have org.camunda.bpm.engine.cdi.test.impl.beans.DeclarativeProcessController as an example in the platform tests. Does that help you?

Cheers,
Askar