public interface WorkflowProcess
WorkflowProcess
is the interface to be 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.Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem item,
WorkflowSession session,
MetaDataMap args)
Executes a new Java process with the given
and . |
void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException
WorkItem
and WorkflowSession
.item
- The WorkItem
that defines the newly
started JavaProcessNew
.session
- The WorkflowSession
that is used for starting the WorkflowProcess
.args
- Process specific arguments can be passed hereWorkflowException
- Thrown in case something goes wrong during execution."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"