mikael-rnd/UiPath Analyze
Analyze uses UiPath Workflow Analyzer and will cause the job to stop on Rule Violations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectFilePaths | Used for passing explicit paths to project files to perform analysis. Can be used as multi-line inputs | no | — |
| orchestratorUrl | Orchestrator instance URL, defaults to UiPath Automation Cloud | no | https://cloud.uipath.com/ |
| orchestratorTenant | Tenant on the Orchestrator instance | yes | — |
| orchestratorFolder | Folder path in modern folder setup | yes | — |
| orchestratorApplicationId | Orchestrator Application ID for external application in Orchestrator | yes | — |
| orchestratorApplicationSecret | Application Secret for external application in Orchestrator | yes | — |
| orchestratorApplicationScope | Application scope for determining accesses of External Application | no | OR.Assets OR.BackgroundTasks OR.Execution OR.Folders OR.Jobs OR.Machines.Read OR.Monitoring OR.Robots.Read OR.Settings.Read OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Users.Read |
| orchestratorLogicalName | Logical name for Orchestrator instance | yes | — |
| rulesConfigFile | Path to a RulesConfig.json for customized workflow analysis rules | no | "" |
| ignoredRules | Comma-separated list of rules to ignore during analysis | no | "" |
| traceLevel | Trace level for the analyzer output, can be set to Verbose, Information, Warning, Error. Default is Warning | no | Warning |
Outputs
| name | description |
|---|---|
| analyzerResultsPath | Folder containing the workflow analysis result files in json format, intended for use cases such as uploading to artifact for review |
| analyzerResultsTable | Markdown formatted table containing the workflow analysis results, intended for use cases such as writing to the step summary and sending as a comment to a pull request |
| infoCount | Number of informational entries generated during analysis |
| warningCount | Number of warning entries generated during analysis |
| errorCount | Number of error entries generated during analysis |