elements/process-manager-bundle

The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend.

Maintainers

Package info

github.com/valantic-at/ProcessManager

Homepage

Type:pimcore-bundle

pkg:composer/elements/process-manager-bundle

Statistics

Installs: 629 063

Dependents: 5

Suggesters: 0

Stars: 48

Open Issues: 16

v6.0.1 2025-08-19 11:23 UTC

This package is auto-updated.

Last update: 2026-03-19 07:49:51 UTC


README

Dear community,

since we couldn't find an adequate replacement for the ProcessManager in Pimcore Studio, we have decided to migrate it and make it available in the Pimcore Store.

If you are interested in the Pimcore Store version, please follow this issue, as we will announce its availability here.

Pimcore Process Manager Bundle

The Process Manager allows you to manage (define,execute...) arbitrary processes/commands in the Pimcore backend. You can display the execution progress of the script in the admin interface and the user can view the detailed log information. In addition you can define "actions" - e.g. download of a file after the process has finished. Furthermore callback actions are available (custom settings which the user can define for runtime execution) and the processes are monitored (you get an email if a process dies)

Key features:

  • Execute custom script in background
  • Report the current execution state to the customer in the Pimcore admin
  • Define loggers (email, file, application logger)... per process
  • View detailed debug log information in the Pimcore admin
  • Scripts are monitored and you will receive an email if a job fails
  • Provide custom actions after a job has finished (e.g download a file)
  • Define custom Callback-Windows to provide the user the ability to define runtime execution options
  • Store/Manage CallbackSettings and reuse them at execution time
  • Define/execute the scripts as cronjobs
  • Support multiprocessing (execute multiple processes parallel)

Topics

First impressions:

Job execution by user: process-manager-log

Job execution state: process-manager-log

Job configuration: process-manager-job-management

Define Loggers per process / job: process-manager-job-management

Callback settings (user defined runtime settings): callback-settings