Open lasdem opened 2 years ago
Hello, I can confirm the same problem with the current version:
workflow = Workflow( name=role_radix+"_sfn_sdk_training_pipeline_abalone", definition=workflow_definition, role=sagemaker_execution_role, execution_input=execution_input, tags=mes_tags, )
has no effect on the ASL produced
I have created two workflows with the SDK. Later I wanted to update the workflows using the SDK and adding tags. I provided a list of tags in the constructor, but when viewing the workflow in the AWS UI I do not see any tags on my workflows.
Reproduction Steps
What did you expect to happen?
I tried to add tags to an existing workflow
What actually happened?
No Tags appeared after the update of the workflow.
Environment
Other
This is :bug: Bug Report