You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for providing custom Tags when starting workflows
Description
It would be beneficial to support custom tagging of workflows when starting in iwf. This enhancement would enable better categorization and search-ability of workflows.
Proposed Solution
Add New Field in WorkflowStartOptions:
Introduce a new field tags as a list of strings in the WorkflowOptions.
Example update in the Java SDK:
publicabstractList<String> getTags();
A new field in WorkflowOptionshere will be available for clients to set custom tags.
Update IWF Namespaces:
Ensure all provisioned iwf namespaces include a new search attribute ex: iwfCustomTag of type Keyword Array that these tags can be mapped to where provisioning occurs(ex: iwf integration tests).
Impact
Enhances the flexibility and manageability of workflows.
Facilitates easier and more efficient searching and categorizing of workflows.
This idea is derived from a request to be able to tag workflows created during testing of a iwf use-case that can easily be searched and cleaned up within a namespace when all tests have finished.
Expected Changes
API Changes:
Update the startAPI to accept tags as part of the WorkflowStartOptions.
SDK Updates:
Update all relevant SDKs to support the new tags field.
The text was updated successfully, but these errors were encountered:
bowersj27
changed the title
Support for providing custom Labels when starting workflows
Support for providing custom Tags when starting workflows
Jan 13, 2025
Support for providing custom Tags when starting workflows
Description
It would be beneficial to support custom tagging of workflows when starting in iwf. This enhancement would enable better categorization and search-ability of workflows.
Proposed Solution
Add New Field in WorkflowStartOptions:
tags
as a list of strings in theWorkflowOptions
.A new field in
WorkflowOptions
here will be available for clients to set custom tags.Update IWF Namespaces:
iwf
namespaces include a new search attribute ex:iwfCustomTag
of typeKeyword Array
that these tags can be mapped to where provisioning occurs(ex: iwf integration tests).Impact
Expected Changes
API Changes:
start
API to accept tags as part of theWorkflowStartOptions
.SDK Updates:
tags
field.The text was updated successfully, but these errors were encountered: