public interface WorkflowContextProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processWorkflowContext(WorkflowContext context)
Implementations of this method should read the information supplied in the given context, which includes
the watch-folder inputs, configuration parameters, outputs generated by previous steps in the same workflow
instance and workflow variable values, process this information and write the results back to the context.
|
void processWorkflowContext(WorkflowContext context) throws Exception
context - The context for the current step.Exception - If an error occurs during processing.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.