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


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface State

indicates that a method is to be enlisted as a handler for a given BPMN state

Since:
1.0
Author:
Josh Long

Optional Element Summary
 String process
          the business process name
 String state
          the state that the component responds to,
 String value
          by default, this will be the #stateName
 

process

public abstract String process
the business process name

Default:
""

state

public abstract String state
the state that the component responds to,

Default:
""

value

public abstract String value
by default, this will be the #stateName

Default:
""


Copyright © 2017 camunda services GmbH. All rights reserved.