provena/Update Provena registry item
Creates a new version of a Provena item with optionally updated attributes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| offline_token | Offline token which is suitable for the specified provena domain, realm and client. | yes | — |
| domain | The base domain for the provena deployment | yes | — |
| realm_name | The realm name for the keycloak instance for this deployment - contact administrator if unsure. | yes | — |
| item_id | The id of the item to create a new version for. | yes | — |
| version_reason | What reason should be provided for the creation of the new version? | yes | — |
| update_reason | What reason should be provided for the update of metadata attributes? | no | — |
| attribute_updates | Would you like to apply a set of updates after versioning? If so this JSON will be merged with the updated item domain info and an update applied. Please ensure this is a valid serialised JSON string. | no | — |
Outputs
| name | description |
|---|---|
| new_id | The ID of the new version of the item |