Hi Ana,
the main reason I want to stick to the post-request node is that I can set a timeout inside the node and leave the checkbox "Fail on Connection Problems("timeout etc…) empty. The user, who has logged into the web portal, and started the first Workflow receives the message that the workflow has ended successfully.
The second workflow starts in the background, which the user does not notices. This workflow simply performs a Get-request every 2min, until a specific event is triggered. Afterwards, the user will be notified via the send-email node.
The problem here is that every time exactly after 10min the workflow automatically discards itself.
So i looked in the server config but the relevant Parameter were set to:
com.knime.server.job.max_execution_time = 1d
com.knime.server.job.discard_after_timeout = false
Then i also looked into server log-files, but the only thing i found:
WARN : KNIME-Worker-7-Wait… 176:1232 : “job-id” : Node : Wait… : 176:1232 : Execution canceled
Is there anything I’m missing? I just don’t understand why just the auto-discarding occurs after 10min.
Best Regards
Marty