Work Flow Results information
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Experts
I am looking for help finding this work flow result information. where is it saved and how do i extract it for all WFs like a data feed so I can built some charts.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @fmcrashid how are you doing?
You need to read log files. You need to find where they are being saved.
If you are in the server probably you can take a look on the System Settings and find the path.
Or if you are using the designer only, you can check on the Options/USER SEttings Default
If you find it, try to use this workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
is this screen reading from log file or extracting it from MongoDB?
my guess it is not reading from workers and has already stored this some where else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@fmcrashid Depending on the log rotation policy of your firm infrastructure, your log files may be deleted on the server after few weeks/months. if you are looking to build visualization that captures historical information, you might want to connect to MongoDB directly. I would suggest you to use AS_Queue and AS_Results collections in AlteryxService DB . Documentation on MongoDB Schema (note: data in MongoDB is retained based on persistence options enabled in systems settings, please check with your server admin) In either case, I would suggest you store the metadata (log files/rows from mongoDB) in storage (you can use Alteryx to pull the data from server/mongo and store it in storage of your choice like SQL DB or network attached storage) from where you can read the data for your transformation tool (Alteryx) or visualization tool directly.
