Skip to main content

Monitor Semantic Model Update

Current configuration of the Monitor Semantic Model Update task in the Workflow Designer

The Monitor Semantic Model Update task reads the status of a previously started update or waits until it reaches a final state.

Configuration

FieldDescription
Semantic ModelThe model to which the update belongs.
Update IDValue returned by Update Semantic Model. Can be a dynamic parameter.
OperationStatus performs a single check; Wait checks until the final result.
Wait TimeoutMaximum time for the Wait operation.
Check IntervalFrequency of checks during the wait.
Fail if unsuccessfulCauses 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.