110111112113114115116117118119120
} List<WorkflowActionBean> actions; try { actions = jpaService .execute(new WorkflowActionsRunningGetJPAExecutor(actionCheckDelay)); } catch (JPAExecutorException je) { throw new CommandException(je); }
113114115116117118119120121122123