Closed
Description
Description
Actually POST /http/process/execute had process to queue. Sometimes we need direct processing (and get command result).
- Add a $queue parameter on http_process_execution ValueResolver (default: false to prevent BC)
- Run command and return right httpCode: 200 or 500 depending of result.
Requirements
- Documentation updates
- Reference
- Changelog
- Unit tests