adobe/Create Pipeline Execution
Create Cloud Manager Pipeline Execution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 23, 2024
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: adobe/aio-cloudmanager-create-execution-action@5307497755e24c01792b64d943183e532300c43f # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| programId | The Program ID | yes | — |
| pipelineId | The Pipeline ID | yes | — |
| imsOrgId | The IMS Organization ID | yes | — |
| clientId | When providing a JWT/OAuth configuration, the client ID from the Adobe Developer Console | no | — |
| clientSecret | When providing a JWT/OAuth configuration, the client secret from the Adobe Developer Console | no | — |
| technicalAccountId | When providing a JWT/OAuth configuration, the technical account email(JWT) / ID(OAuth) from the Adobe Developer Console | no | — |
| key | When providing a JWT configuration, the private key for the technical account | no | — |
| technicalAccountEmail | When providing an OAuth configuration, the technical account email from the Adobe Developer Console | no | — |
| oauthEnabled | When providing a JWT/OAuth configuration, the type of configuration enabled | no | false |
Outputs
| name | description |
|---|---|
| executionId | The created execution ID |
| executionHref | The created execution URL |