@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface CreateProcess
process instance
unless the method throws an exception or returns a null outcome.| Modifier and Type | Required Element and Description |
|---|---|
String |
definition
The name of the
ProcessDefinition from which
to create the ProcessInstance |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
processKey
An EL expression that evaluates to the process
business key.
|
public abstract String definition
ProcessDefinition from which
to create the ProcessInstancepublic abstract String processKey
Copyright © 2015 Seam Framework. All Rights Reserved.