actions-marketplace-validations/Trigger Robocorp Control Room process run
GitHub Action to trigger a process run in Robocorp Control Room
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Workspace API key | yes | — |
| workspace-id | Target Control Room worskpace ID | yes | — |
| process-id | Target Control Room process ID | yes | — |
| payload | JSON payload for the robot | — | — |
| await-complete | Should the action wait for process completion | — | — |
| fail-on-robot-fail | Fail the GitHub worklfow run if Robocorp process run failed | — | true |
| timeout | Max time to wait for the action to complete (in seconds) | — | 120 |
| api-endpoint | Robocorp workspace API endpoint | — | https://api.eu1.robocorp.com/process-v1 |
Outputs
| name | description |
|---|---|
| run-id | Process run id |
| duration | Process run execution duration |
| robotrun-ids | List of process robot run IDs |
| state | Process run state code |