mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix start process form (#4847)
This commit is contained in:
@@ -26,6 +26,6 @@ export class ProcessPayloadCloud {
|
||||
this.processDefinitionKey = obj && obj.processDefinitionKey ? obj.processDefinitionKey : null;
|
||||
this.name = obj && obj.name ? obj.name : null;
|
||||
this.businessKey = obj && obj.businessKey ? obj.businessKey : null;
|
||||
this.variables = obj && obj.variables ? obj.variables : null;
|
||||
this.variables = obj && obj.variables ? obj.variables : {};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user