Get Asset (Activity)
- Purpose: To retrieve or fetch a specific asset from the system.
- Functionality: The "Get Asset" activity allows you to retrieve an asset (file, document, etc.) based on its identifier. You would typically configure this activity with:
- Asset Identifier: The unique ID or name of the asset to retrieve.
- Asset Location/Type (Potentially): If assets are categorized, you might need to specify the location or type to find the correct asset.
- Output: The activity will output the retrieved asset data, which can then be used in subsequent workflow steps (e.g., to process the file content, display the document, or send it via email).
- Use Cases:
- Asset Retrieval Workflows: Accessing and retrieving files, documents, or other digital assets for processing, display, or delivery.
- Document Processing: Retrieving a document asset to extract data from it or perform transformations.
- Content Delivery: Fetching assets to be served through web applications or APIs.