public interface StepExecutor
StepExecutor
can be used to support 3rd part code to execute workflow
steps, however the preferred method is to implement the WorkflowProcess
interface.WorkflowProcess
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute(String workflowStepResource)
Returns true if this service can process the specified resource, false otherwise.
|
void |
execute(String workflowStepResource,
WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metaData)
Execute the step associate with resource.
|
void execute(String workflowStepResource, WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaData) throws WorkflowException
workflowStepResource
- the resource identifying the code to execute for this workflow step.workItem
- the workitem associate with the current step.workflowSession
- the current workflow sessionmetaData
- the workflow step's metadataWorkflowException
boolean canExecute(String workflowStepResource)
workflowStepResource
- the resource identifying the code to execute for this workflow step."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"