Is User Allowed for Job
transkribus_user_is_allowed_for_jobVerify if the current user is allowed to execute a specific job type using its implementation class name. Prevent unauthorized job runs by checking permissions before execution.
Instructions
Check if the current user is allowed to run a specific job type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobImpl | Yes | Job implementation class name |