@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface StartProcess
Modifier and Type | Required Element and Description |
---|---|
String |
processKey
the name of the business process to start (by key)
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
returnProcessInstanceId
returns the ID of the
ProcessInstance . |
public abstract String processKey
public abstract boolean returnProcessInstanceId
ProcessInstance
. If specified, it'll only work if
the return type of the invocation is compatabile with a ProcessInstance
's ID
(which is a String, at the moment)Copyright © 2015. All rights reserved.