WorkflowProcess
instead.public interface JavaProcess
JavaProcess
is the interface for is used for automatic workflow
steps implemented in Java. Classes implementing this interface define Java
based processes that can be attached to a WorkflowNode
and executed
by the workflow engine.WorkflowProcess
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem item,
WorkflowSession session)
Deprecated.
|
void execute(WorkItem item, WorkflowSession session) throws java.lang.Exception
WorkItem
and WorkflowSession
.item
- The WorkItem
that defines the newly
started JavaProcess
.session
- The WorkflowSession
that is used for
starting the JavaProcess
.java.lang.Exception
- Thrown in case something goes wrong during execution.Copyright © 2010 - 2020 Adobe. All Rights Reserved