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


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


Required Element Summary
 String taskId
           
 String value
          the name of the task to start work on
 
Optional Element Summary
 String userId
           
 

Element Detail

taskId

public abstract String taskId

value

public abstract String value
the name of the task to start work on

Returns:
the name of the task

userId

public abstract String userId
Default:
""


Copyright © 2016 camunda services GmbH. All rights reserved.