Package com.day.cq.workflow.exec
Interface JavaProcessExt
- All Superinterfaces:
JavaProcess
Deprecated.
The
JavaProcessExt
class ...- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(WorkItem item, WorkflowSession session, String[] args) Deprecated.Executes a new Java process with the given
andWorkItem
.WorkflowSession
Methods inherited from interface com.day.cq.workflow.exec.JavaProcess
execute
-
Method Details
-
execute
Deprecated.Executes a new Java process with the given
andWorkItem
.WorkflowSession
- Parameters:
item
- The
that defines the newly startedWorkItem
JavaProcess
.session
- The
that is used for starting theWorkflowSession
JavaProcess
.args
- Process specific arguments can be passed here- Throws:
Exception
- Thrown in case something goes wrong during execution.
-
WorkflowProcess
instead