WorkflowProcess
insteadpublic interface JavaProcessExt extends JavaProcess
JavaProcessExt
class ...WorkflowProcess
Modifier and Type | Method and Description |
---|---|
void |
execute(WorkItem item,
WorkflowSession session,
java.lang.String[] args)
Deprecated.
Executes a new Java process with the given
and . |
execute
void execute(WorkItem item, WorkflowSession session, java.lang.String[] args) 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
.args
- Process specific arguments can be passed herejava.lang.Exception
- Thrown in case something goes wrong during execution.Copyright © 2010 - 2020 Adobe. All Rights Reserved