Merge "Revert "Use workflow_id when creating a execution""

This commit is contained in:
Zuul 2023-02-07 18:59:25 +00:00 committed by Gerrit Code Review
commit df869fdf60
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ExecuteForm(forms.SelfHandlingForm):
def handle(self, request, data):
try:
data['workflow_id'] = data.pop('workflow_name')
data['workflow_identifier'] = data.pop('workflow_name')
data['workflow_input'] = {}
for param in self.workflow_parameters:
value = data.pop(param)