sassoftware / sassoftware/python-sasctl
Associated objects of Task missing when the workflow execute by sasctl instead of UI
@smlindauer is already working on this.
Since Apr 21, 2023.
- Dominant language
- Python
- Stars
- 52
- Forks
- 45
- Avg merge
- 23h 38m
- Merged PRs (30d)
- 2
Description
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

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.