Skip to main content

Set Asset

Updates the value of an indicated asset.

Input

  • Asset Name: The name of the asset to be retrieved
    • Type: System.String
    • Required
  • Asset Value: Retrieved value of the asset
    • Type: System.Object
    • Required

Misc

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
    • Type: System.Nullable<System.Int32>