Solved

Nintex adding "se_" as prefix to start event variable

  • 25 July 2022
  • 1 reply
  • 10 views

Hi,

        I'm creating a "Component Workflow" to be accessed as REST webservice over http from other application. For that I have created a start event variable "testvar", but Nintex expects "se_testvar" in the payload from other application. How can I configure Nintex to not expect "se_" as prefix in the variable used in payload? Nintex is expecting something like this

{
"startData": {
"se_testvar": "<insert string here>"
}
}

 

 while I want it to expect below payload

{
"startData": {
"testvar": "<insert string here>"
}
}

 

Thanks,

Anurag

icon

Best answer by SimonMuntz 25 July 2022, 07:14

View original

1 reply

Userlevel 6
Badge +22
Hi,

Thank you for your question.
The "se" stands for start events. Unfortunately there is no way to change this at this point in time.
You can suggest this feature at https://nintex.uservoice.com

Reply