processKey | String The internal identifier (that is, process key) of the process model to which you want to assign the filter field and value. |
fieldName | String The name of the filter field you want to assign to the process model. For example, you might specify countryCode so that you can associate a country code with a process model. |
stringValue | String The value to set for the filter field. For example, if you specify countryCode for fieldName, you might specify es for stringValue. |
result | String The outcome of the service. If the service completes successfully, the value of result will be success. Otherwise, result will contain the failure message. |