I am having troubling setting up a http connector to pass a variable to my system flow. It is not working for me with either Thinkwise or insomnia. I made a system flow to make a certain process a true background process which is called by starting a system task to http connector in a process flow, that in turn starts the background system flow, this is all working fine. The only trouble I am having is I am a bit lost when it comes to setup the variable handoff from the process flow to the system flow. I have tried sending the content with and without wrappers (although insomnia give error 500 with the wrappers, 204 without). I have enabled deeplinking for the variable in the system flow. I am at my wits end.
I am using a task in the first process flow to fill the parameter: api_content_input ( i am filling with just 1 employee_id) then sending it to the http connector. Then in the system flow i am trying in the first process to pick up the api_content_input variable fill @employee_id with the content. But no luck so far. Any ideas? Tnx in advance