Introduction
JobRouter® is a scalable digitalisation platform which links processes, data and documents. The TYPO3 extension TYPO3 JobRouter Process connects JobRouter® processes with TYPO3.
What does it do?
TYPO3 JobRouter Process is a TYPO3 extension for
- Managing process links and step links to JobRouter® installations in a backend module
- Providing a form finisher to start a process instance
This extension uses the JobRouter REST Client library and has the TYPO3 JobRouter Connector extension as a requirement to define connections to JobRouter® installations.
Note
If you find a bug or want to propose a feature, please use the issue tracker on GitHub.
Current limitations
- Only process table fields can be used in the form finisher. Subtable fields are not handled by now.
- Only text, integer and attachment types are available for process table fields in the process link configuration.
Release management
This extension uses semantic versioning which basically means for you, that
- Bugfix updates (for example, 1.0.0 => 1.0.1) just includes small bug fixes or security relevant stuff without breaking changes.
- Minor updates (for example, 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- Major updates (for example, 1.0.0 => 2.0.0) includes breaking changes which can be refactorings, features or bug fixes.
The changes between the different versions can be found in the changelog.