Package com.day.cq.workflow.exec
Interface JavaProcess
- All Known Subinterfaces:
JavaProcessExt
public interface JavaProcess
Deprecated.
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.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkItem item, WorkflowSession session) Deprecated.
-
Method Details
-
execute
Deprecated.Executes a new Java process with the givenandWorkItem.WorkflowSession- Parameters:
item- Thethat defines the newly startedWorkItemJavaProcess.session- Thethat is used for starting theWorkflowSessionJavaProcess.- Throws:
Exception- Thrown in case something goes wrong during execution.
-
WorkflowProcessinstead.