JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.camunda.bpm.engine.spring.annotations
Annotation Interface StartTask
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
public @interface
StartTask
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
taskId
String
value
the name of the task to start work on
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
userId
Element Details
taskId
String
taskId
value
String
value
the name of the task to start work on
Returns:
the name of the task
userId
String
userId
Default:
""