@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ResumeProcess
process instance
to be associated with the current conversation, unless the
annotated method returns a null outcome.| Modifier and Type | Optional Element and Description |
|---|---|
String |
definition
The name of the
ProcessDefinition
(optional, only required for lookup by business key) |
String |
processId
An EL expression that evaluates to the process id.
|
String |
processIdParameter
The name of the request parameter under which we should locate the
the id of process to be resumed.
|
String |
processKey
An EL expression that evaluates to the process
business key.
|
public abstract String processIdParameter
public abstract String processId
public abstract String processKey
public abstract String definition
ProcessDefinition
(optional, only required for lookup by business key)Copyright © 2015 Seam Framework. All Rights Reserved.