waleedev01 / analytics_automated_v2

Middleware layer for exposing analytics and distributed computing jobs as web services
Other
1 stars 0 forks source link

Fix Env Variable Update Procedure #83

Closed anisahn09 closed 1 month ago

anisahn09 commented 2 months ago

Changes:

  1. Not saving task to database with invalid envVar or parameter
  2. Use task name inside run field to search task in database
  3. Env Variable create/update a. Single CLT file ✅ b. Workflow with inline CLT ✅ c. Separate workflow and CLT ✅ d. Submit b or c, then update CLT file -> Task will only have the latest CLT Env Variable (the inherited workflow Env Variable will be removed) ✅
anisahn09 commented 1 month ago

lgtm. Need we clarify what is invalid envVar in later documentation?

yeah we could add the valid format of envVar into documentation later