- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 08:58 AM
Hi All,
I have created a rest activity designer working fine,but i want to access output value into other activity.
I have tried to assign workflow.scratchpad.serverid,
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 09:18 AM
When you add the Activity to a Workflow, then you can add the output to other Activities from the Data tab on the right side of the screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 09:30 AM
Sorry,its worked fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 01:14 PM
Hi ben,
I want to store the rest-activity output value into workflow scratchpad variable,is it possible ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 01:27 PM
You *can* but you should not have any reason to do so. The use of the "databus" (the items on the Data tab) should remove the need to do so. We will likely see the scratchpad phased out and replaced, so it would be good practice. What is your objective in placing it in the scratchpad?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 01:53 PM
Hi Ben,
How can I use the output from Data tab in a Script ?
Thanks,
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 06:25 PM
Hi Rajeev,
On the top right of the scripting window is an arrow that opens the "script tree." This allows you to select data variables from other activities to put them into your script. In this screen shot, I've opened the script tree and clicked valuation to add it to the script area:
Ben