Check and Create Work Requests
Model to verify and create work requests in the Fracttal system.
General information:
| Module | Category |
|---|---|
Work Request |
Create |
Molecule details
Input parameters:
code: str, optional
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
description |
str | ✅ | Description of the job application. | PydanticUndefined |
- |
user_code |
str | ✅ | Code of the user who performs the operation. | PydanticUndefined |
- |
date_incident |
str | ✅ | Date of the reported incident. | PydanticUndefined |
- |
requested_by |
str | ✅ | Name of the person requesting the order. | PydanticUndefined |
- |
is_urgent |
str | ✅ | Indicates if the request is urgent. | PydanticUndefined |
- |
code |
Optional[str] | ❌ | Request code. | None |
- |
observation |
Optional[str] | ❌ | Additional observations. | None |
- |
identifier |
Optional[str] | ❌ | Unique identifier of the request. | None |
- |
types_description |
Optional[str] | ❌ | General description of the type. | None |
- |
types_1_description |
Optional[str] | ❌ | Description of type 1. | None |
- |
types_2_description |
Optional[str] | ❌ | Description of type 2. | None |
- |
key_words_descriptions |
Optional[list[str]] | ❌ | List of keyword descriptions. | None |
- |
Notes:
Use this template to verify the existence of work requests and create new ones if necessary.