dannevesdantas/sn-wait-for-status

Github Action to wait for a table record to reach a given status on ServiceNow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
serverServiceNow instance URLyes
usernameServiceNow usernameno
passwordServiceNow passwordno
table_nameSupply the technical table name in which to search.yes
sys_idThe technical id of the task.yes
polling_intervalPolling interval in seconds.yes
status_fieldThe technical name of a field to check.yes
status_to_check_forThe display value to look for in the field.yes
finished_statusIf status is this value, consider this doneno
aborted_statusIf status is this value, consider this abortedno
timeoutMaximum time in seconds before timing out. ( 0 = never times out)no
skip_on_timeoutSkip this gate if waiting times outno

no outputs