A model that allows you to update the status of a document via an external API
update-external-status
Version: 1.0.0
Infer: Yes
Option | Description |
---|---|
update_status_endpoint | The full URL of the API endpoint that will receive status update requests |
status_code | The status value to send to the external system |
is_dependent_on_kodexa_status | When enabled, only sends updates if document is in a specific Kodexa status |
kodexa_status_if_dependent | The Kodexa status that the document must be in to trigger an update |
should_run_in_debug_mode | When enabled, logs what would be sent but doesn’t make API requests |
CorrelationId
in their metadata that identifies them in the external systemName | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
should_run_in_debug_mode | Should the model run in debug mode | boolean | Toggle on to run the model in debug mode (only log the output) | False | No |
update_status_endpoint | Update Status Endpoint | string | The endpoint to use for updating the status of the document | - | No |
status_code | Status Code | string | The status code to update to | - | No |
is_dependent_on_kodexa_status | Is this dependent on the document being in a specific Kodexa status? | boolean | Toggle on to make the model dependent on the Kodexa status of the document | False | No |
kodexa_status_if_dependent | Kodexa status if dependent | documentStatus | The Kodexa status to update to if the model is dependent on the Kodexa status of the document | - | No |