org.camunda.bpm.engine.spring.annotations
Annotation Type ProcessId


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface ProcessId

when used on a method parameter, this triggers the injection of the current processId.

Since:
5.1
Author:
Josh Long



Copyright © 2015 camunda services GmbH. All rights reserved.