[ACS-6071] fix docs for process cloud (#8947)

* fix docs for process cloud

* fix typo
This commit is contained in:
Denys Vuika
2023-09-28 16:44:57 +01:00
committed by GitHub
parent a48438e1c1
commit d78dcd2156
23 changed files with 202 additions and 58 deletions

View File

@@ -323,6 +323,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges,
* Get custom set of outcomes for a Form Definition.
*
* @param form Form definition model.
* @returns list of form outcomes
*/
getFormDefinitionOutcomes(form: FormModel): FormOutcomeModel[] {
return [new FormOutcomeModel(form, { id: '$save', name: FormOutcomeModel.SAVE_ACTION, isSystem: true })];