Esempio n. 1
0
        public virtual void notify(DelegateTask delegateTask)
        {
            PerfTestRunContext perfTestRunContext = org.camunda.bpm.qa.performance.engine.framework.PerfTestRunContext_Fields.currentContext.get();

            if (perfTestRunContext != null)
            {
                perfTestRunContext.setVariable(TASK_ID, delegateTask.Id);
            }
        }
Esempio n. 2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: @Override public void notify(org.camunda.bpm.engine.delegate.DelegateExecution execution) throws Exception
        public virtual void notify(DelegateExecution execution)
        {
            PerfTestRunContext perfTestRunContext = org.camunda.bpm.qa.performance.engine.framework.PerfTestRunContext_Fields.currentContext.get();

            if (perfTestRunContext != null)
            {
                perfTestRunContext.setVariable(EXECUTION_ID, execution.Id);
            }
        }