問題タブ [django-viewflow]

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.

0 投票する
0 に答える
242 参照

django - Django Viewflow - Return Handler Response

Following is my flow:-

Following are my util functions:-

The problem is when I start the flow, it runs perfectly well. However, the response returned is that of start node, not the last executed node.

Following is my code:-

How do I return the response of the last executed node, in this Handler (move_package)?