I just noticed that in the SubtractNumbersAction, the output of the subtraction is passed to "Success" socket. This is incorrect. "Success" socket should only be boolean and it represents whether the action completed without any error or not. You'll need to create a new socket "Output" to get the value of the subtraction.

You'll need to make this change in every node where you are pushing the output of the action to the "Success" socket.

Comments

vishalkhialani created an issue. See original summary.

rensingh99’s picture

I will work on this.

rensingh99’s picture

StatusFileSize
new1.21 KB

I have created a patch. Please review it.

rensingh99’s picture

Assigned: rensingh99 » akshay.kelotra
Status: Active » Needs review
akshay.kelotra’s picture

Status: Needs review » Reviewed & tested by the community

I have reviwed and tested this patch. It is working fine.

neeravbm’s picture

Status: Reviewed & tested by the community » Fixed

I have merged this patch to dev branch.

  • rensingh99 authored 9d4f09e on 8.x-1.x
    Issue #3062213 by rensingh99, vishalkhialani, akshay.kelotra, neeravbm:...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.