Is it possible to autostart a process on a NULL attribute?
search cancel

Is it possible to autostart a process on a NULL attribute?

book

Article ID: 235442

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

We would like to create a process that auto-starts every time an instance is created or updated and a string attribute is NULL. Is it possible?

Environment

Release : 16.0.0

Component : CLARITY BUSINESS PROCESS MANAGEMENT

Resolution

It is not possible adding NULL from the helper UI in the Start Condition Builder. The UI will take the value of "NULL" as if the string had a value of, literally, NULL (as text).

However, it can be done entering the condition as text. In order to compare with the NULL value, it can be done with a condition like this:

task.prexternalid == null

(without quotes)