Workday Extend · Arazzo Workflow
Workday Extend Update Application Configuration
Version 1.0.0
Confirm an Extend app exists, read its current configuration, then replace the configuration values.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
update-app-configuration
Resolve an Extend app, read its configuration, and replace it with new values.
Retrieves an Extend application, lists its current configuration settings, and replaces the configuration with the supplied key/value pairs.
1
resolveApp
getApp
Retrieve the application to confirm it exists before reading or replacing its configuration.
2
readConfiguration
listAppConfigurations
List the current configuration settings so the existing keys and values are known before they are replaced.
3
writeConfiguration
updateAppConfigurations
Replace the application configuration with the supplied set of key/value entries. This overwrites all configuration values.