path-findr/Download UiPath Automation Ops Rule
Step that downloads an UiPath Automation Ops rule to then be used when analyzing UiPath Project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AutomationOpsRuleName | The name of the rule inside Automation Ops | yes | — |
| OrchestratorName | The name of your company's Orchestrator Instance | yes | — |
| ClientID | The client_id of your external application setup in UiPath | yes | — |
| ClientSecret | The client_secret of your external application setup in UiPath | yes | — |
| Scope | The scopes that your external application uses | no | OR.Administration |
| OutputFileFolder | The folder location where you want your Rule to be downloaded to | no | ${{ github.workspace }} |
Outputs
| name | description |
|---|---|
| OutputFilePath | The path to the Rule that was downloaded |