@Service(value=WorkflowProcess.class) @Property(name="service.description",value="Workflow Auto Advance Process") @Property(name="process.label ",value="Auto Advancer") public class AutoAdvancer extends java.lang.Object implements WorkflowProcess
AutoAdvancer
...Constructor and Description |
---|
AutoAdvancer() |
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem item,
WorkflowSession session,
MetaDataMap args)
Executes a new Java process with the given
and . |
public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException
WorkflowProcess
WorkItem
and WorkflowSession
.execute
in interface WorkflowProcess
item
- The WorkItem
that defines the newly
started JavaProcessNew
.session
- The WorkflowSession
that is used for starting the JavaProcess
.args
- Process specific arguments can be passed hereWorkflowException
- Thrown in case something goes wrong during execution.Copyright © 2010 - 2020 Adobe. All Rights Reserved