Skip to main content

Status

Works with the status keys and cache. Cache is stored using Redis.

NameDescription ParametersResult
Set StatusSets the current parameter to the specified status keyKey: Key of the status to be written to the current parameterN/A
Read StatusRead the specified status key and set to the current parameterKey: The status key that is read outReturns a current parameter
Write in CacheCurrent Parameter is written to the cache. The cache can be used across workflowsKey: Key name that will be used to access the value written to cacheN/A
Read from CacheStatus key is read from cache and assigned to current parameterKey: Key name that is read from cache and assigned to current parameterReturns a current parameter
Delete from CacheRemoves the specified status key from cacheKey: Key name that will be deleted from cacheN/A