public class TridionPreCommitStep extends TridionTransactionalExecutableStep
This step basically deserializes TransactionLog from step data, runs workers
(TransactionLogItemWorker) defined in TranscactionLog and starts transaction via
StorageManagerFactory
Transaction is rollbacked if an error occurs during the execution of workers.
retryPointRETRY_POINT_ELEMENT| Constructor and Description |
|---|
TridionPreCommitStep() |
| Modifier and Type | Method and Description |
|---|---|
ExecutableStepResult |
process(ProcessingContext context,
StepDataProvider provider)
Actual processing logic to execute in the scope of the 'pipeline step'.
|
configure, retryPointpublic ExecutableStepResult process(ProcessingContext context, StepDataProvider provider) throws ProcessingException
ExecutableStepcontext - Contains information about current execution.provider - Provides access to get step data for a specific deployment execution.ProcessingException - When something went wrong executing the processing logic.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries