問題タブ [preemptive]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - how to avoid preemptive authentication error in jbpm?
I am having a rest service task in jbpm which contains the url of my nodejs rest api ....inside my rest api I am calling an kie server api to abort a process instance in jbpm. But on running the whole thing i am getting errors in jbpm that "could not request for preemptive authentication"..I want to know where i am going wrong and is there any approach so that i could use the kie server api inside my rest api and use my rest api in the rest service task in jbpm?
Any help will be appreciated!!