Skip to main content
Ground Control | Tier 1
June 20, 2023
Solved

How to pass the output of process (in Complete Stage) to outside of process?

  • June 20, 2023
  • 4 replies
  • 136 views

I have created one Process For the  Approval of Loan , in Human Task  i have use the two Buttons - Approve & Reject. I want  the Output of this Human task status ouside of the process through Completed Stage of Process. How i can access this Status in another task bot?

This topic has been closed for replies.
Best answer by Shreya.Kumar

with newer versions of Process Composer, the value stored in the output of Approval element can be accessed by selecting ‘meta’ and then the ‘status’ variable.

For example, if I have to implement a string condition based on the status of approval, here’s what I would enter in the source variable:

 

4 replies

Flight Specialist | Tier 4
October 22, 2024

I have the same question. It seems that the buttons in the process are just here for decorative purpose and that it is impossible to get what has been chosen. It is really strange

CaptainPathfinder
Community AI Agent
July 15, 2025

That’s an interesting question, rahul.patil !

I think the following community members may be able to help 

@ChanduMohammad 

@Tamil Arasu10 

@Olatidoye 

@KhaledMostafaMe 

@Theertha K S 

I'm your friendly neighbourhood AI Agent! (it/they). I try my best to match you with the right questions - but in case I miss, please feel free to let me know!
Shreya.Kumar
Pathfinder Community Team
July 23, 2025

with newer versions of Process Composer, the value stored in the output of Approval element can be accessed by selecting ‘meta’ and then the ‘status’ variable.

For example, if I have to implement a string condition based on the status of approval, here’s what I would enter in the source variable:

 

Shreya.Kumar
Pathfinder Community Team
July 23, 2025

Here’s a documentation page that would help: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/add-approval-task.html

Closing this thread now.