Basic Task Creator
A model that allows you to create a task for the document family
Slug: basic-task-creator
Version: 1.0.0
Infer: Yes
Overview
More coming soon
Inference Options
The following options can be configured when using this model for inference:
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
data_store | Data Store | tableStore | Data store to extract from to determine if a task should be created | - | Yes |
should_use_llm | Should use LLM to generate task title and description | boolean | If true, the LLM will be used to generate the task title and description | False | Yes |
task_name_and_description_model_name | Task title and description LLM model | string | The model to use to generate the task title and description | gemini-2.0-flash-001 | No |
should_create_task_for_all_documents | Should create a review task for all documents | boolean | If true, a review task will be created for each document processed even if there are no exceptions | False | Yes |
should_cancel_open_tasks_using_default_task_template | Should any existing tasks using the default task template be canceled? | boolean | If true, any existing tasks using the default task template will be canceled | False | Yes |
task_status_if_task_canceled | Task status if a task is canceled | taskStatus | N/A | - | Yes |
should_update_kodexa_status_if_task | Should the Kodexa status be updated if a task is created? | boolean | Toggle on to update the Kodexa status of the document if a task is created | False | Yes |
kodexa_status_if_task | Kodexa status if a task is created | documentStatus | N/A | - | Yes |
should_update_kodexa_status_if_no_task | Should the Kodexa status be updated if no task is created? | boolean | Toggle on to update the Kodexa status of the document if no task is created | False | Yes |
kodexa_status_if_no_task | Kodexa status if no task is created | documentStatus | N/A | - | Yes |
Model Details
- Provider: Kodexa AI