예제 #1
0
        public Object doInWorkflowSession(RuntimeContext ctx)
        {
            IPersistenceService persistenceService = ctx.PersistenceService;

            return(persistenceService.FindTaskInstanceById(taskInstanceId));
        }