The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Server Ideas

Share your Server product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Featured Ideas

When a render tool is run on Designer pointed to a temporary file the log gives you a clickable link to access the output.  When deployed to the Gallery unless you have given it a specific output destination with %temp% in the filename you get... nothing.  

 

What did I expect?  The pdf or other temp file to render on the screen or at least download for me.  Or give me a dropdown selection of the various files render could create for me.

2021-09-29_15-20-05.png

 

When a user publishes and schedules a workflow on the gallery, they have the option to specify their time zone to ensure that the execution of the workflow occurs at the appropriate time. However, if the workflow invokes the DateTimeNow() function, the captured time is in UTC. If it is important for the end-user to have that time that is captured be in their local time zone, they will need to manually (either within the workflow or as a user input for an Analytic App) specify the offset from UTC.

 

Instead, there should be an Engine variable that captures the offset (or the time zone) that the workflow was executed from (or scheduled in), which can dynamically adjust the DateTimeNow() output appropriately.

The current Gallery API executes a job until it reaches a completion state with either success or failure.  Once reaching that state, the callout to /v1/jobs/{jobId}/ will return an array of messages that can then be parsed to gather information about the execution of the job, similar to the output you see in designer or via the CLI when running a job directly.

 

It would be nice if the callout to the jobs endpoint would constantly update and return the messages array with each callout.  With jobs that take longer to execute, our Gallery API wrapper could then report back to us and let us know what messages have come out as the jobs runs.  For example, if a process takes 2 hours to execute, we might want to know how far along the job is or if it has met a special condition that will cause it to run longer, etc.  To do that, we could add in message tools that report info messages to us.  Unfortunately, these messages are ineffective if we are running via the API because we won't see them until the job has fully completed.

Currently, we have the functionality to set a recurring schedule with daily frequency with an option to 'Run only during work week (Mon-Fri)' I would like to add this 'Run only during work week (Mon-Fri)' option to the Hourly frequency interface. 

 

Tony_Castillo_0-1630671237931.png

 

No current option to run on weekdays only:

Tony_Castillo_1-1630671308224.png

 

As per design Alteryx Server retains all FAILED jobs in the Queue and Results collections even when we set the server to keep run history and results for x days

 

Purging records from Designer involves manual activity

 

Proposing the idea of purging these error records through automation script:

 

Step 1: Stop Alteryx Server

Step 2: Backup Mongo DB

Step 3: Replace big size files: AS_ResultsFiles.Files.bson, AS_Results.bson, AS_ResultsFiles.bson, AS_Queue.bson with Empty .bson files of same name in the backup/AlteryxService

Step 4: restore MongoDB from the backup (with the replaced files

Step 5: restart Alteryx service.

0 Likes

Our company prefers to setup active directory groups to manager our users and resources separately for better tracking of what a group has access to.  We setup global group roles with users as members and local groups with privileges to a resource and the role as a member. We would like to be able to use nested global groups in the User>groups and have it still setup the users once a nested group is setup. Attached his the priv group an role.  We were not able to login with the priv group, but could login once the role group was added.

Thanks

0 Likes

Hi Team,

 

Currently we are using python for calling Alteryx Gallery API. We have configured gallery API access according to Alteryx document to use the OAuth 1.0a  with oauth_signature_method="HMAC-SHA1".  However, other teams have concern on HMAC-SHA1 because it’s 64 encoding only and consider not security assurance. I suggest Alteryx team to use encryption with higher encoding like SHA256.

Thanks.

0 Likes

Hello Brainstrust,

 

Small request here (i think) , we are exclusively using Alteryx Gallery to host and orchestrate workflows in our enterprise. 

 

As we are connecting to disparate datasources involving many odbc connections and file paths at times when we are configuring a new source on all of our workers there may be a misconfiguration or misstep in the implementation.

 

When this happens , there is an intermittent failure and unfortunately its not visible what worker ran the workflow, I know this is visible in the thick client scheduler experience but as we are trying to drive Gallery as the one user experience it would be good if it was visible here too... screen shot below.

 

adrianp112_0-1626335611175.png

 

 

 

As a Gallery Admin I would like to be able to add and remove a user from local groups on the User page.

I realise that this would only work for local groups and that AD groups would need to be excluded (and indicated as unavailable for editing)

 

 

Paul_Holden_1-1624525178113.png

 

On the Users page it is quick and easy to see what Role each user has - UNLESS they have been assigned the "Default" role in which case it will depend on Gallery Default Role and which Group(s) they are assigned to.

 

I propose an additional column be added to the page to show the Effective Role for each user. The purpose of this change is to allow an administrator to quickly and easily confirm the effective Role of any Gallery use by viewing the User page, without having to check the user's group membership and the Role assignment that those groups provide.

 

For those users with a assigned Role other than "Default" that value will obviously match the assigned Role.

 

For users assigned the "Default" Role the page should show the result that would be returned by the appropriate permission resolution code when determining their effective Role from the Group membership and the Gallery Default.

 

[Screen image is from 2020.4 - with my suggested positioning for Effective Role added]

 

Paul_Holden_1-1624523596953.png

 

As a further enhancement a set of checkboxes showing the value of the special permissions e.g. Create Collections, would be good but might require a more significant re-design of the page and would only be saving a single click. I suggest instead that it might be useful to have an enhanced filter view of users which allows an administrator to view e.g. all users who can Create Collections etc.

 

 

In Alteryx Gallery admin, please add a confirmation before applying a change to the default user roles.  Since it can be changed so easily and isn't very clear to what happens when new admins make a change to that drop down.  For example:  They do not realize they changed all the default users to curators!  But they do learn quickly.

 

Regards,

John Colgan

 

 

I would like to be able to see which collection(s) a Workflow is in since in future users will access the majority of workflows via a Collection - so if a user asks me about access to a certain workflow I can find out how they would get access to it i.e. which Collection(s) it was available in and who owns those.

0 Likes

I have a lot of workflows in my Company's private gallery. Many are duplicates. I'm able to pull out a list of all the duplicate workflows with their name and ID. Currently, we can search by name, but even that isn't always accurate. If I just copy and paste a name with underscores, it generally won't be able to find the workflow - I'll need to use parts of the workflow to be able to search for it. Secondly, if I narrow down to the duplicates in the search, I can't tell which one is which. Being able to search by the ID would be an easy way to find the workflow immediately without worrying if the search will be able to accurately find the workflow name. I've posted a screenshot below of me searching for an App ID that ideally would be able to pull up the workflow I need.

 

Alekh_0-1623368602010.png

 

With a majority of our Alteryx users working via VPN, our Firewall systems are detecting a brute force attack if a user tries to open another Alteryx tab within 60 seconds.  We would like to request to reduce the amount of authentications attempts on the Alteryx Gallery site when launched, so there isn't 100+ 401 unauthorized errors to trigger the Firewall system to disconnect the session.

Apologies for posting this in the community ideas forum - couldn't find a better location.

 

There are a rich collection of Alteryx Tools which are housed in the public Gallery - and a sub-set of these are created by and certified by Alteryx.   Could we provide a mechanism to filter to only show these Alteryx Certified assets so that we can see which have the high level of trust?

 

Many thanks

 

0 Likes

I thought that in our previous version of Gallery (2018.3) the list of available data connections in the Admin page of the same name used to fill the entire depth of my browser window?

 

In 2020.4 in uses only about half the depth and presents a scroll bar to view the additional records whilst there is additional white space unused at the bottom of the window.

 

I suggest that this changed to make full use of the available browser window space.

 

I note that the data connections page uses a scrolling list as opposed to the paged list which is used in most other pages in the UI. However I would be resistant to changing this as a solution since with the scroll bar view any sorting applies to the entire list as opposed to the current displayed page (c.f. Users)

 

Paul_Holden_0-1621515081921.png

 

Without a doubt, Schedule Forecast is a great feature. I feel Schedule Forecast feature should be enabled for Artisans as well who usually create new schedules on Alteryx Server. Artisans can look up the existing schedule details at a specific time and decide if it is best time for their workflow to run. It will be counter productive otherwise in my opinion as curators have to inform the artisan to move their schedule to some other time as there are several other workflows running at the exact time and impact execution time. 

Hi Team,

 

Earlier when we are in 2020.2 version we used to have "Company field" option when we are creating New Private Studio in the Subscription tab . Now we have Upgraded to 2020.4 version and we no longer see that option .

 

We have used Company Field to Tag the Solutions with certain specifications that would help us with the cost recovery mechanism.

 

So we need to have Option in our Use Case again.  If could you please include "Company Field" option in Subscription tab or if Subscription is deprecated then in Collection tab for coming versions it will help us a lot.

 

Currently , once a user have SetPriority access ,he can select from Low, Medium, High or Critical priority levels to ensure certain jobs always take priority over others.  

 

This feature can be misused as users can upgrade their priority levels to jump up the queue and later downgrade the levels. It's difficult to justify and ask each others when you have 1000+ jobs running in a day and it makes administration tough and gives unbiased Gallery to all end users.

 

It would be nice to have on Admin console, global option to set max priority level so that no user can jump up level beyond this.

 

 

Currently you can only view the workflow results / history for other users workflows that are scheduled and the schedule is shared in the collection.

 

A lot of our workflows are set up to run on-demand, some as analytical apps and some as standard workflows. 

 

The first point of reference when a user experiences an issue should be to view the workflow results, but currently this is not possible and just gives an error "Access Denied" even when the tick box is selected within Workflow settings.

 

My suggestion is that you should be able to see the workflow results of any workflow that is shared with you (regardless of whether it is scheduled or run on-demand) as this would make fault finding and user support much easier.

 

Thanks

Rob

Top Liked Authors