Ajaz Z.

  • 2 questions asked
  • 2 answers
  • 0 best answers (0%)
  • How to use closeConnections()?

    I need close down a WebSocket connection at the end of a business process for a logged in user. I've seen in the documentation that the method closeConnections() can be used for...
    Ajaz Z.
    Ajaz Z.

    Ajaz Z.

    Level
    0
    23 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Sorry this is what you should use: context.currentVU.closeConnections();
  • How to use clearRuntimeVariables()?

    Hi, I need some help to clear down all the runtime variables for a logged in user. I've seen in the documentation that the method clearRuntimeVariables() can be used for this...
    Ajaz Z.
    Ajaz Z.

    Ajaz Z.

    Level
    0
    23 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm sorry my copy/paste was not the good one. This is what you should use: context.currentVU.clearRuntimeVariables();