Fluent Commerce Logo
Docs
Sign In

IfPropertyIsPresent

Rule

Changed on:

23 Apr 2024

Overview

Conditionally trigger another Ruleset when the specified entity field or event attribute is not null.

Plugin NameCore Reference Module
Namespace{{accountId}}.core

The Core Reference Module is a foundational Reference Module. It provides a base set of general purpose Rules that other Modules are built upon or that can be included in your own Workflows. Extensible by design, use this Module as a base to build a solution for the needs of your customers.


UI Description

If {jsonpath} is present, do {eventName}

Accepts

  • All Orchestration Entities

Actions

Rule parameters

Name

Type

Description

`jsonpath`

`JsonPath`

The path to the value being compared, see JsonPath.

`eventName`

`String`

Name of the event to send if the check passes.

Configuration example

1{
2    "name": "[account].core.IfPropertyIsPresent",
3    "props": {
4        "jsonpath": "event.attributes.fraudCheckRequired",
5        "eventName": "CheckFraud"
6    }
7}

Language: json

Detailed Technical Description

This Rule will conditionally produce a SendEventAction, or a custom Audit Event if the Rule condition is not met.

The Rule condition is defined by the existence of the

`jsonPath`
property. The
`jsonPath`
may identify a field on an entity, or an Event Attribute. If the
`jsonPath`
property exists, the Event will be produced for the same Context as the currently executing Event, but with a new name defined by the
`eventName`
parameter.

Workflow Builder (Modeller) Screenshot
No alt provided

Version History

2023-08-01

v23.8.1

Refers to the Product Release Version

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo