-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Associated objects of Task missing when the workflow execute by sasctl instead of UI #157
Comments
Hi Expert, Is there any progress on this bug? If you need any more information please let me know. |
Hey @staceychan, Is this for Viya 4 or Viya 3.5? Edit: I am having a very difficult time determining where within the REST call that an associated object is being specified. I likely do not have enough workflow API experience to provide a direct solution, but I am assuming that there is a parameter missing from |
Hi @smlindauer, Thanks for your reply and investigation. Is there any possible timeline or schedule on this API issue? |
Hey @staceychan, I am still digging in to the issue, but the workflow API side is not publicly documented and I think we may need to refactor some of the /workflow calls to utilize modelManagement/workflow instead. Talking with my colleagues, it does look like the issue may not be caused by sasctl's usage of the APIs, but instead with the endpoint itself. I will see if I can get a more concrete answer on when to expect a fix. |
Hi @smlindauer , Appreciate it! Wondering if this an issue related to the software or just api thing? Many thanks and have a great weekend! :) |
Hey @staceychan, This was a software issue on SAS Viya. To my knowledge, the bug has been fixed and should be shipped in 2023.04. If your customer is still seeing this issue after the release, please submit a tech support ticket. As context, the bug internally was labelled as "In Tasks category, no value in column Associated Objects" for the WORKFLOW.REST component. Let me know if you need anymore details or help. |
Describe the issue
When submit the workflow from sasctl , the associated objects of the user task would be missed.
To Reproduce
Submit workflow with user task in it.(by sasctl and UI)
r = mm.execute_model_workflow_definition(project_name="test", workflow_name="Workflow_1")
Check the task tab in model manger ui.
One of the tasks which miss the associated object was submitted by sasctl
Expected behavior
The task should show the associated object
Stack Trace
If you're experiencing an exception, include the full stack trace and error message.
Version
What version of
sasctl
are you using?1.8.2
The text was updated successfully, but these errors were encountered: