Map() function

What is map function what it does and how we use it.

I see in some interfaces it has been used in ruleinputs as a datatype.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Basically the same thing as a dictionary, but with many other uses.  It's an ad hoc CDT-like thing that you define by filling it with whatever.  The cool thing is, unlike dictionary, you can pass it to a process model as a process variable and do lots of other things with it.  It's really cool for determining the structure the data will go into at runtime, but it does have some limits.

Reply
  • 0
    Certified Lead Developer

    Basically the same thing as a dictionary, but with many other uses.  It's an ad hoc CDT-like thing that you define by filling it with whatever.  The cool thing is, unlike dictionary, you can pass it to a process model as a process variable and do lots of other things with it.  It's really cool for determining the structure the data will go into at runtime, but it does have some limits.

Children