Hello experts,
We have created a custom action which overrides dm_sysobjects checkout action. In this action we have added some custom logic. Then we created a custom action in taskspace which calls the action we have created. Then using forms builder we created an invoke button and call the action form form.Fortunately we can send input parameters (See picture).The input parameters that are required by the action is r_object_id of the document which will be checked out.

But now the problem is that, after our action had been executed our custom logic should return an output parameter, a boolean true/false. If everyting is completed properly the value should be true else false. After this output parameter is returned, we will use it in our form for disabiling and enabling some controls.
The problem is that we don't know where and how to retrun action execution output parameters.In forms builder it can be seen that there is output parameters (See picture) that can be retrived from the action and can be mapped to a data item. Please let me know if you know how to do this?
Thanks in advance