unity-sds / unity-sps-prototype

Apache License 2.0
2 stars 7 forks source link

[Risk]: Define how labels should be specified during workflow submission #181

Closed LucaCinquini closed 1 year ago

LucaCinquini commented 1 year ago

Who: U-SPS When: April 2023 What: The ability to specify labels to a workflow execution (e.g. a job) is TBD and will have impacts on various teams

LucaCinquini commented 1 year ago

Options that were mentioned during the 23.2 PI workshop:

O Make them part of the header of a request

O Make them HTTP parameters in the GET request

O Make them input parameters part of the process description

LucaCinquini commented 1 year ago

Ryan has implemented the third option above: arbitrary labels are passed as part of the JSON payload when submitting a job request.