servicenow/ServiceNow DevOps Change Automation
Pause/Resume Workflow Run based on ServiceNow Change Approval Status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| instance-url | ServiceNow Instance URL | yes | — |
| devops-integration-user-name | Devops Integration User Name | no | — |
| devops-integration-user-password | Devops Integration User Password | no | — |
| devops-integration-token | Devops Integration Token | no | — |
| tool-id | Orchestration Tool Id | yes | — |
| job-name | Display Name of the Job | yes | — |
| context-github | Github Context | yes | — |
| timeout | The max. time in seconds to wait until the action should fail. | no | 3600 |
| interval | The time in seconds to wait between trying the API. | no | 100 |
| change-request | The customized inputs to create change with the requested details. All fields in the Change Request table are supported except risk, impact and risk_impact_analysis. | no | {} |
| changeCreationTimeOut | The max. time in seconds to wait until change created. | no | 3600 |
| abortOnChangeCreationFailure | This value will be used to resume or abort the pipeline if the change is not created within the mentioned time period in changeCreationTimeOut. | no | true |
| abortOnChangeStepTimeout | This value will be used to resume or abort the pipeline after a timeout has occurred in case a change step is still in a pending state. | no | true |
| deployment-gate | The customized inputs to process deployment gate job related change. | no | — |
Outputs
| name | description |
|---|---|
| change-request-number | This change request number is provided as output upon successful creation of the change. |
| change-request-sys-id | This change request sys id is provided as output upon successful creation of the change. |