keboola / job-queue-flow-result
Conditional Flow result objects (data model) shared by the job queue daemon and flow layers
1.0.0
2026-06-29 14:02 UTC
Requires
- php: ^8.2
- keboola/job-queue-internal-api-php-client: ^25.6
Requires (Dev)
- keboola/coding-standard: >=15.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^10.0
This package is not auto-updated.
Last update: 2026-06-29 19:22:12 UTC
README
Data model for Conditional Flow job results, shared between the job queue daemon and flow layers.
Pure data objects (no business logic): the flow-result document, its builder, and the task / phase / condition result entries. Both the flow layer (which builds the result) and the daemon (which projects live created/processing statuses) depend on this library, so the result structure lives in one place.
License
MIT licensed, see LICENSE file.