..

Title, Github only
Title Github only
Process Services API true

Process Services API

Contains components related to Process Services. See the library's README file for more information about installing and using the source code.

Components

Name Description Source link
Apps list component Shows all available apps. Source
Create process attachment component Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance Source
Create task attachment component Displays Upload Component (Drag and Click) to upload the attachment to a specified task Source
Process attachment list component Displays attached documents on a specified process instance Source
Task attachment list component Displays attached documents on a specified task. Source
People component Displays users involved with a specified task Source
People list component Shows a list of users (people). Source
People search component Searches users/people. Source
Process comments component Displays comments associated with a particular process instance and allows the user to add new comments. Source
Process filters component Collection of criteria used to filter process instances, which may be customized by users. Source
Process instance details component Displays detailed information about a specified process instance Source
Process instance header component Sub-component of the process details component, which renders some general information about the selected process. Source
Process instance tasks component Lists both the active and completed tasks associated with a particular process instance Source
Process list component Renders a list containing all the process instances matched by the parameters specified. Source
Start process component Starts a process. Source
Attach form component This component can be used when there is no form attached to a task and you want to add one. Source
Checklist component Shows the checklist task functionality. Source
Start task component Creates/Starts a new task for the specified app Source
Task details component Shows the details of the task ID passed in as input. Source
Task filters component Shows all available filters. Source
Task header component Shows all the information related to a task. Source
Task list component Renders a list containing all the tasks matched by the parameters specified. Source
Task standalone component This component can be used when the task doesn't belong to any processes. Source

Directives

Name Description Source link
Process audit directive Fetches the Process Audit information the PDF or JSON format. Source
Task audit directive Fetches the Task Audit information in PDF or JSON format. Source

Services

Name Description Source link
Process filter service Manage Process Filters, which are pre-configured Process Instance queries. Source
Process service Manages Process Instances, Process Variables, and Process Audit Log. Source
Task filter service Manage Task Filters, which are pre-configured Task Instance queries. Source
Tasklist service Manages Task Instances. Source