[ADF-4631] Start Process Cloud - Add the start form as part of a process (#4820)

* Add the start form as part of a process
Ability to pre-fill a form with values
Ability to send variables

* Fix unit test

* remove empty before each
This commit is contained in:
Maurizio Vitale
2019-06-11 12:02:26 +01:00
committed by Eugenio Romano
parent 7497822a46
commit 7b191d37eb
11 changed files with 257 additions and 79 deletions

View File

@@ -19,7 +19,7 @@ export class ProcessPayloadCloud {
processDefinitionKey: string;
name: string;
businessKey: string;
variables: Map<string, object>[];
variables: {};
payloadType: string = 'StartProcessPayload';
constructor(obj?: any) {