appunni-old
appunni-old
Parsing name is not considering task ref name with double underscores - This is not fully fixing the use of this function. There needs to be some kind of validation...
**Describe the bug** **Details** Conductor version: 3.15.0 Persistence implementation: MySQL Queue implementation: MySql Lock: Redis Workflow definition: ``` { "createTime": 1701669713675, "updateTime": 1701669746737, "createdBy": "[email protected]", "updatedBy": "[email protected]", "accessPolicy": {}, "name":...
**Describe the bug** While running the below workflow it goes into infinite loop **Details** Conductor version: 3.15.0 Persistence implementation: Postgres and MySQL Queue implementation: MySQL and Postgres Lock: Redis Workflow...
``` if not env_used: if is_extra_allowed and env_name.startswith(self.env_prefix): # env_prefix should be respected and removed from the env_name normalized_env_name = env_name[len(self.env_prefix) :] data[normalized_env_name] = env_value else: data[env_name] = env_value ```...