Class Xs2aFillBpmnContext

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

    @Service("xs2afillBpmnContext")
    public class Xs2aFillBpmnContext
    extends Object
    implements org.flowable.engine.delegate.JavaDelegate
    Fills key BPMN execution parameters into context. Should be called as first element of process execution. Sets ContextMode to ContextMode.MOCK_REAL_CALLS, so that the execution is initiated in validation mode to find what parameters are necessary to be provided by PSU during authorization.
    • Constructor Detail

      • Xs2aFillBpmnContext

        public Xs2aFillBpmnContext()
    • Method Detail

      • execute

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