mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3883] Improve edit-process-filter-cloud by adding inputs to control filters, sort and actions * Provided an input to pass sort properties * Provided an input to pass filter actions * Provided a way to configure sort properties and actions * * Updated unit tests to the recent changes * Fixed order should be visible if sort as been added to the config * Fixed if lastModified if defined the component should show the range lastModifiedTo lastModifiedFrom * Updated doc * * Removed ProcessFilterActionType* Renamed state to status* Refactored edit-process-filter * Updated doc * * After rebase * * Fixed editProcessFilter e2e tests. * * Removed unwanted comment * * After rebase * * After rebase * * After rebase
Title, Github only
Title | Github only |
---|---|
Process Services Cloud API | true |
Process Services Cloud API
Contains components related to Process Services Cloud. See the library's README file for more information about installing and using the source code.
Components
Name | Description | Source link |
---|---|---|
App list cloud component ![]() |
Shows all deployed cloud application instances. | Source |
Group cloud component ![]() |
Searches Groups. | Source |
Edit process filter cloud component ![]() |
Shows Process Filter Details. | Source |
Process filters cloud component ![]() |
Lists all available process filters and allows to select a filter. | Source |
Process list cloud component ![]() |
Renders a list containing all the process instances matched by the parameters specified. | Source |
Start process cloud component ![]() |
Starts a process. | Source |
People cloud component ![]() |
Allows one or more users to be selected (with auto-suggestion) based on the input parameters. | Source |
Start task cloud component ![]() |
Creates/starts a new task for the specified app. | Source |
Edit task filter cloud component ![]() |
Edits Task Filter Details. | Source |
Task filters cloud component ![]() |
Shows all available filters. | Source |
Task header cloud component ![]() |
Shows all the information related to a task. | Source |
Task list cloud component ![]() |
Renders a list containing all the tasks matched by the parameters specified. | Source |
Pipes
Name | Description | Source link |
---|---|---|
Group initial pipe | Extracts the initial character from a group name. | Source |
Services
Name | Description | Source link |
---|---|---|
Apps process cloud service ![]() |
Gets details of deployed apps for the current user. | Source |
Group cloud service ![]() |
Searches and gets information for groups. | Source |
Process filter cloud service ![]() |
Manage Process Filters, which are pre-configured Process Instance queries. | Source |
Process list cloud service ![]() |
Searches processes. | Source |
Start process cloud service ![]() |
Gets process definitions and starts processes. | Source |
Start task cloud service ![]() |
Starts standalone tasks. | Source |
Task filter cloud service ![]() |
Manages task filters. | Source |
Task header cloud service ![]() |
Manages cloud tasks. | Source |
Task list cloud service ![]() |
Searches tasks. | Source |