Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

boolean(object)

boolean(object)

The Boolean function converts its argument to a Boolean as follows:
  • A number is true if and only if it is neither positive or negative zero nor NaN
  • A node-set is true if and only if it is non-empty
  • A string is true if and only if its length is non-zero
Parameter
:
  • object
    : An object of a type other than the four basic types is converted to a Boolean in a way that is dependent on that type.

0 COMMENTS

We’d like to hear from you!