the output of the AddNumbersAction 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.

CommentFileSizeAuthor
#3 add_numbers_action-3062657-3.patch852 bytesrensingh99

Comments

vishalkhialani created an issue. See original summary.

rensingh99’s picture

I will work on this.

rensingh99’s picture

StatusFileSize
new852 bytes

Please review the patch.

akshay.kelotra’s picture

Status: Active » Reviewed & tested by the community

I have reviewed 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 a7318e0 on 8.x-1.x
    Issue #3062657 by rensingh99, vishalkhialani: AddNumbersAction
    

Status: Fixed » Closed (fixed)

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