mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
committed by
Eugenio Romano
parent
7497822a46
commit
7b191d37eb
@@ -19,7 +19,7 @@ export class ProcessPayloadCloud {
|
||||
processDefinitionKey: string;
|
||||
name: string;
|
||||
businessKey: string;
|
||||
variables: Map<string, object>[];
|
||||
variables: {};
|
||||
payloadType: string = 'StartProcessPayload';
|
||||
|
||||
constructor(obj?: any) {
|
||||
|
Reference in New Issue
Block a user