Class Xs2aRestorePreValidationContext

  • All Implemented Interfaces:
    org.flowable.engine.delegate.JavaDelegate

    @Service("xs2aRestorePreValidationContext")
    public class Xs2aRestorePreValidationContext
    extends Object
    implements org.flowable.engine.delegate.JavaDelegate
    Restore the context as it was before validation. As executing validation process changes the context variables with i.e. stub values or intermediate values, this service restores the context to the state it was before validation process was executed.
    • Constructor Detail

      • Xs2aRestorePreValidationContext

        public Xs2aRestorePreValidationContext()
    • Method Detail

      • execute

        public void execute​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        execute in interface org.flowable.engine.delegate.JavaDelegate