Orchestration Activity Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 11:17 AM
We are using orchestration and have an activity for ssh that runs a script. It is working and when I test inputs on the activity designer I see "raw output" and "output". Raw output looks like value1/value2/value3 while output does not include the slashes and has line breaks. Where can I pull "output" in to the workflow as the result so I can post it in a task. Right now by using the databus I only see the option for raw output with the slashes.
Hope that makes sense, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 10:56 PM
Hi @Karlie
Can you try creating an output variable for your activity and then setting it up with parsing source as executionResult.Output and parsing type as Direct. Refer below snip :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.