Skip to content

Commit

Permalink
AAE-25409 remove hardcoded process version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Sep 19, 2024
1 parent f9f92a8 commit 76970cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges,
this.startProcessService.startProcessWithForm(
this.appName,
this.formId,
1,
process.version,
new ProcessWithFormPayloadCloud({
processDefinitionKey: process.id,
processName: process.name,
Expand Down

0 comments on commit 76970cf

Please sign in to comment.