Class Xs2aUpdateToRealModeBpmnContext

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

    @Service("xs2aUpdateToRealModeBpmnContext")
    public class Xs2aUpdateToRealModeBpmnContext
    extends Object
    implements org.flowable.engine.delegate.JavaDelegate
    Switches execution mode from ContextMode.MOCK_REAL_CALLS (context validation to find parameters that are required from user) to ContextMode.REAL_CALLS (real calls to ASPSP API)
    • Constructor Detail

      • Xs2aUpdateToRealModeBpmnContext

        public Xs2aUpdateToRealModeBpmnContext()
    • Method Detail

      • execute

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