You are viewing limited content. For full access, please sign in.

Question

Question

Accessing parameters returned from a WF

asked on July 24, 2018 Show version history

WorkflowA invokes WorkflowB.

WorkflowB runs and returns a parameter.

What Activity do I use in WorkflowA to retrieve the value of the parameter returned by WorkflowB?

I'm new to Workflow and I'm sure there is an obvious answer, I'm just not seeing it. 

Thanks!

0 0

Replies

replied on July 24, 2018

To add to Erik's comments, just make sure it is set to "Wait" for the invoked workflow to complete. If you do that, any output parameters should show up in the right-hand pane.

Once that is set up, the tokens will be available for activities that follow the Invoke Workflow activity.

3 0
replied on July 24, 2018

I did NOT have the "Wait for WF To Complete" Box Checked on the WF Invoke Activity.

That was the answer I was looking for! 

THANKS!!!

0 0
replied on July 24, 2018 Show version history

The invoked workflow parameter is stored as a token.  For example the invoked workflow returns a boolean IsValid.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.