ensure
Description
ensure
guarantees that at least the specified instance(s) exist(s). If they do, there are no further actions taken. If they don't, the system will create what is missing.
It can only be used when writing creation type process rules.
Example
ensure 2 Person, AccountHolder
If the case already has two persons that are accountholders, this expression will change nothing.
However, if there is only one person who is accountholder, the system will create a second person with the role AccountHolder.
Last updated
Was this helpful?