Search

Search

Help

Page 11 of 32. Showing 316 results (0.023 seconds)

  1. Change Log in Scheduledtask

    przycisk.png https://plusworkflow.helpdocsonline.com/plusscheduledtaskchangelog Plugin Scheduledtask 1.0.31 09.05.2024 Bug PSTSK33 https://jira.suncode.local/jira/browse/PSTSK33 Poprawa obsługi zmiennych datowych w zadaniu zaplanowanym "Akceptacja zadań za pomocą SQL" Plugin Scheduledtask 1.0.30 18.01.2024 Improvement
  2. v3.2.123

    of overwriting plugins at system startup. PWFL5984 http://10.8.2.14:8080/jira/browse/PWFL5984 Repair of validation of required variables in a dynamic table. PWFL6004 … http://10.8.2.14:8080/jira/browse/PWFL6018 Adding a log in case of wrong path in the configuration to the directory with XPDL maps.
    PlusWorkflowApr 08, 2020
  3. [AKCJA] Zarządzanie dokumentami procesu

    all actions available in the system Show advanced parameters Allows detailed component configuration by accessing other parameters. If the advanced parameters are hidden, the component starts with the default configuration. Boolean Editable field Display indexes It also displays the index form. Boolean Editable field
  4. Katalog domowy

    automatycznego instalowania wtyczek umieszczonych w katalogu domowych (od wersji 4.1.2). W katalogu <homedir>/config/plugins należy umieścić pliki .jar wtyczek które chcemy … : parametry w pliku <homedir>/config/db.properties Database connection configuration Connection Database name db.name= Database server type postgresql, oracle
    PlusWorkflowFeb 08, 2024
  5. Change Log 4.0

    permissions in DocPreview plugin PWFL8557 http://jira.suncode.local:8080/jira/browse/PWFL8557 Fix error when opening closed processes from the calendar PWFL8591 … Improvement of launching plugins v4.0.48 Bug PWFL8439 http://jira.suncode.local:8080/jira/browse/PWFL8439 Zmieniono stylowanie niepoprawnej wymaganej zmiennej
    PlusWorkflowJul 07, 2023
  6. PluginFramework API

    http://javadoc.plusworkflow.pl/javadoc/pluginframework/1.0.0/api/. Plugin API Plugin API wykorzystywane jest do zarządzania pojedynczą wtyczką. Obiekt (com.suncode.plugin.framework.Plugin) reprezentuje wtyczkę i umożliwia … taki sposób możemy pobrać obiekt aktualnej wtyczki: // komponent wewnątrz wtyczki @Component public class SomePluginComponent { @Autowired private Plugin
    PlusWorkflowOct 27, 2014
  7. Import i udostępnianie serwisów

    > <componentimport key="messageService" source="plugin" interface="com.suncode.plugin.test.MessageService" /> Udostępnianie serwisów Wtyczki, które pozwalają na … . @Provides(value = DashboardService.class, properties = ) Każdy udostępniony serwis (poprzez adnotację @Provides) rejestrowany jest z właściwością plugin
    PlusWorkflowJul 03, 2023
  8. [Zadanie Zaplanowane] Przepisz dane między źródłami

    for the data read operation and one or more defined data sources for the data write operation. A plugin that provides a scheduled task that allows you … 1.0.0 String JSON object containing the input configuration of the data source (in the format , where x source parameter id; y parameter value) Second source id
  9. Integracja wtyczki z systemem

    zdefiniowanego modułu pojawi się możliwość wyboru tej opcji w wyborze widoku domyślnego: Zaznaczenie030.png Introduction Plugins can integrate with PlusWorkflow … in Administration>System Configuration Zaznaczenie029.png A new menu item is Dashboards All menu items have an order. The first system menu entry has order=0, each
    PlusWorkflowJul 04, 2023
  10. 1. Stworzenie projektu wtyczki

    /resources: <?xml version="1.0" encoding="UTF8"?> <plugin key="$ $ " name="Tutorial Plugin"> <plugindetails> <description> <localized language="en">Description … /messages" /> <! Web MVC > <webmvc key="mvc" /> </plugin> Plik suncodeplugin.xml jest filtrowany przez Maven'a. Oznacza to, że w miejsca właściwości $ dynamicznie
    PlusWorkflowMar 30, 2023