dannevesdantas/sn-wait-for-status
Github Action to wait for a table record to reach a given status on ServiceNow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| server | ServiceNow instance URL | yes | — |
| username | ServiceNow username | no | — |
| password | ServiceNow password | no | — |
| table_name | Supply the technical table name in which to search. | yes | — |
| sys_id | The technical id of the task. | yes | — |
| polling_interval | Polling interval in seconds. | yes | — |
| status_field | The technical name of a field to check. | yes | — |
| status_to_check_for | The display value to look for in the field. | yes | — |
| finished_status | If status is this value, consider this done | no | — |
| aborted_status | If status is this value, consider this aborted | no | — |
| timeout | Maximum time in seconds before timing out. ( 0 = never times out) | no | — |
| skip_on_timeout | Skip this gate if waiting times out | no | — |
Outputs
no outputs