Skip to main content
Solved

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

  • June 20, 2023
  • 4 replies
  • 62 views

Forum|alt.badge.img

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?

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:

 

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+11
  • 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
Forum|alt.badge.img+3

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 


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • Answer
  • 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
Forum|alt.badge.img+14
  • 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.