setCustomInfoValue

A Workflow Engine function that adds or updates a custom info key to a specified string value. Accepts complex keys: a.b.c.d. The value must be a text string. Use the setCustomInfoJSONValue for JSON object values.

This function is available for alert, enrichment, and Situation workflows.

The workflow sweep up filter applies to this function.

Back to Workflow Engine Functions Reference.Workflow Engine Functions Reference

Arguments

Workflow Engine function setCustomInfoValue takes the following arguments:

Name

Required

Type

Description

key

Yes

String

Custom info key for which to set the value. Complex keys are allowed.

value

Yes

String

Value to set. Must not be JSON.