Advanced Pack news

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    commented on 's reply
    As new indexes were added to the BpmnProcess entity type, installation may take a while if your bpmn_process table is big. It may be reasonable to install via CLI in this case.

  • yuri
    replied
    Version 3.10.0 released

    Improvements:
    • BPM: Ability to run BPM processes in parallel.

    Compatibility:
    • Min supported Espo version is 8.2
    • Min supported PHP version is 8.1


    BPM processes running in parallel can be enabled with the config parameter 'bpmnRunInParallel'. It's recommended to wait for Espo v9.2.0 release, where the main job sub-queue will be introduced.

    Leave a comment:


  • yuri
    replied
    Version 3.9.0 released.

    Workflow:
    • Supporting field loaders for non-storable fields (for v9.1).
    • Formula function workflow\lastCreatedEntityId .
    • Ability to show a custom message after a manual workflow run. With a formula function workflow\alert.
    • Change: Now a failed action will always interrupt workflow rule execution and re-trigger the error.

    Reports:
    • Sticky first column in grid reports with grouping by 2 fields.
    Last edited by yuri; 05-12-2025, 11:35 AM.

    Leave a comment:


  • yuri
    replied
    Version 3.8.0 released.
    • Reports: Preview report results while creating or editing.
    • BPM: Parameter allowing to isolate variables within a task.
    • Workflow: Link => Link-Parent, ID => Link-Parent field mapping in create/update record actions. The ability to set a link-parent field with the target record or a record linked to the target record.

    Leave a comment:


  • yuri
    replied
    Version 3.7.0 released.
    • Flowcharts: Action to move to the canvas center in the flowchart builder.
    • Flowcharts: Undo/Redo actions in the flowchart builder.
    • Flowcharts: Categories.
    • Workflows: Small UI improvements in edit view.
    • Reports: Small UI improvements.

    Leave a comment:


  • yuri
    replied
    Version 3.6.0 released.
    • EspoCRM v7.4 is min supported.
    • Workflows: Supporting Working Time Exceptions.
    • Workflows: Process Order parameter. Workflows are executed according their order.
    • Workflows/BPM: Send Email: CC email address.
    • Workflows/BPM: Send Email: Ability to add attachments generated in Formula.
    • Workflows: Send Email: Ability to use a Formula variable to specify email addresses.
    • Reports: Formula function to generate an XLSX export file.

    Leave a comment:


  • yuri
    replied
    Version 3.5.0 released.
    • Workflows: Ability to add or remove items for Link-Multiple, Array, Multi-Enum & Checklist fields in Create Record and Update Record actions.

    Leave a comment:


  • yuri
    replied
    Version 3.4.0 released.
    • Workflows: UI improvements of conditions and actions.
    • Workflows: Create Notification action: Support recipient from has-many relations.
    • Workflows: Create Record action: Ability to set event duration.
    • Reports: Grid: Support column expressions with belong-to links (e.g. account.name).

    Leave a comment:


  • yuri
    replied
    Version 3.3.0 released.
    • Drop PHP 7.4 support. PHP 8.0 is min supported.
    • Reports: Shortcut key Ctrl+Enter to run a report.
    • Workflows: Trigger another Workflow for multiple related records (one-to-many and many-to-many relationships).

    Leave a comment:


  • yuri
    replied
    Version 3.2.0 released.

    Workflows:
    • Signal parameters for @relate, @unrelate, @eventAccepted signals. The ability to access a foreign ID in formula.
    • Showing explanation text for Scheduling.
    • Ability to specify a confirmation text for manual-trigger workflows.
    • Fixed issue that stream notes and notifications were by-passed for Apply Assignment Rule.

    BPM:
    • Refreshing a flowchart with WebSocket on the process detail view.

    Leave a comment:


  • yuri
    replied
    Version 3.1.0 released.

    Reports:
    • Ability to use complex expression columns in Grid reports.
    • Ability to specify decimal places for Grid report columns.

    Leave a comment:


  • yuri
    replied
    Version 3.0.0 released.
    • Minimal supported EspoCRM version now is 7.0.
    • The Reports backend was completely rewritten to meet higher standards and utilize new Espo frameworks.
    • A few minor bugs in Reports were fixed.
    • The extension was moved to the custom directory.

    Leave a comment:


  • yuri
    replied
    Version 2.15.0 released

    Workflows:
    • Send HTTP Request: Ability to take payload from a formula variable.
    • Send HTTP Request: Increased max length of headers.
    • Send HTTP Request: Fixed application/x-www-form-urlencoded payload.
    Last edited by yuri; 04-03-2023, 12:22 PM.

    Leave a comment:


  • yuri
    replied
    Version 2.14.0 released

    BPM:
    • Added activity compensation support.
    • Uncaught errors now are propagated to the parent process. The process, in which the error occurred, is terminated.
    • Ability to reactivate ended processes. After reactivation, the flow can be manually resumed from a specific node.
    • Ability to view process variables.
    • Ability to view a caught exception message in the flow log.
    • Ability to obtain a caught error code & message with formula functions bpm\caughtErrorCode(), bpm\caughtErrorMessage().
    • Regular users now are able to view process log.

    Leave a comment:


  • yuri
    replied
    Version 2.13.0 released.

    Improvement:
    • Workflows/BPM: Ability to apply default time zone to scheduling.

    Leave a comment:

Working...