Monitor Semantic Model Update
The Monitor Semantic Model Update task reads the status of a previously started update or waits until it reaches a final state.
Configuration
| Field | Description |
|---|---|
| Semantic Model | The model to which the update belongs. |
| Update ID | Value returned by Update Semantic Model. Can be a dynamic parameter. |
| Operation | Status performs a single check; Wait checks until the final result. |
| Wait Timeout | Maximum time for the Wait operation. |
| Check Interval | Frequency of checks during the wait. |
| Fail if unsuccessful | Causes the task to fail if the update ends with an error or cancellation. |
Results
The following are available:
- status and progress percentage;
- number of rows, volume processed, and duration, when present;
- identifier of the completed generation;
- diagnostic message.
With the Status operation, use a subsequent condition to decide whether to wait, proceed, or handle an error. With Wait, a timeout does not cancel the update; it simply indicates that the workflow has stopped waiting.
Connection Example
Aggiorna Modello.refresh_run_id
-> Monitora aggiornamento.ID aggiornamento
The selected model must match that of the execution. Otherwise, the task reports an inconsistent configuration.