Clarity

 View Only
  • 1.  Clarity process

    Posted Jun 18, 2024 08:32 AM

    how can we pass the custom script parameters while initiating the process through gelscript.



  • 2.  RE: Clarity process

    Broadcom Employee
    Posted Jun 19, 2024 03:27 AM

    I think this is not possible. bpm:startProcess initiates a Process instance. This element cannot interact with components within the initiated Process.

    You can explore writing to a table from the Gel Script that initiates this Process instance. The initiated Process instance can then read from that same table.