ProcessManager icon indicating copy to clipboard operation
ProcessManager copied to clipboard

Manage processes in Pimcore

Results 21 ProcessManager issues
Sort by recently updated
recently updated
newest added

Hi, i used the bundle to create a command that is executed from a custom button in the admin panel. After creating the process is there a way to show/update...

Are you planning to support PHP 8.3? Pimcore supports it as of a couple months ago but the PHP version in this repo's compose.json file is currently locked to 8.1/8.2:...

"While attempting to initiate a job using the REST service, I encountered an error stating that a specific column does not exist in the table. However, it's certain that this...

I've just started using pimcore 11 and installed Process Manager(v5.0.12). I stumbled upon an error when I tried triggering a process in process manager using rest APIs. The executeAction function...

I run into this issue since migration to pimcore 11 (and therefore ProcessManager 5.x). It seems it's an issue that I do not use predefined configuration but start the job...

Community Support welcome

## Problem reason With Pimcore 10 and ProcessManager 4.x there might be monitoring objects in the database without metaData which results in an empty string. In my case this was...

Community Support welcome

The below error appears when POST:ing a form to `/admin/elementsprocessmanager/config/execute` in Pimcore 11: ``` [2024-02-16T10:26:52.004048+01:00] request.CRITICAL: Uncaught PHP Exception Error: "Typed property Elements\Bundle\ProcessManagerBundle\Model\MonitoringItem::$id must not be accessed before initialization" at...

Community Support welcome

Hello, In my Sentry I found such an error: Uncaught Error: Call to a member function getPid() on null from: Elements\Bundle\ProcessManagerBundle\Model\MonitoringItem::isAlive code: ``` public function isAlive(): bool { if ($this->isMessengerPending())...

Community Support welcome

Hi. My configuration is: ![image](https://user-images.githubusercontent.com/7449124/157210417-e892cf94-f47a-4c2d-821b-b8d1a523e54d.png) But the created process do not run automatically by cron. ![image](https://user-images.githubusercontent.com/7449124/157210593-e0717b9e-dac6-4a6a-8172-069b332cf480.png) Now is 10:43. The cron `bin/console process-manager:maintenance` is set. Why.

Community Support welcome

We have problem with process manager that stuck and is not running since 5 days. ![image](https://user-images.githubusercontent.com/7449124/204747299-f767d5c5-1d51-4503-a5df-4cdb021153c0.png) Can we somehow restart it ? We use PM: 3.1.13 with PimCore 6.9

Community Support welcome