elements/process-manager-bundle

There is no license information available for the latest version (v5.0.12) of this package.

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

Installs: 289 110

Dependents: 2

Suggesters: 0

Security: 0

Stars: 46

Watchers: 25

Forks: 31

Open Issues: 16

Type:pimcore-bundle

v5.0.12 2024-03-05 13:08 UTC

This package is auto-updated.

Last update: 2024-03-05 13:10:44 UTC


README

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