UiPath · Arazzo Workflow
UiPath Asset Lifecycle
Version 1.0.0
Create, read, update, and delete a shared asset end to end.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
asset-lifecycle
Create then read, update, and delete a text asset.
Creates a Text asset, reads it by ID, updates its value, and deletes it, confirming the success of each stage.
1
createAsset
createAsset
Create a new Text asset in the folder with the supplied name and initial value.
2
readAsset
getAsset
Retrieve the newly created asset by its returned ID to confirm it exists.
3
updateAsset
updateAsset
Update the asset with the replacement value, preserving its ID, name, and type.
4
deleteAsset
deleteAsset
Permanently delete the asset by its ID, completing the lifecycle.