mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1880] processDefinitionId parameter in adf-start-process (#2848)
* processDefinitionId parameter in adf-start-process * fix test * fix test
This commit is contained in:
@@ -29,7 +29,13 @@ export let testProcessDefRepr = new ProcessDefinitionRepresentation({
|
||||
hasStartForm: false
|
||||
});
|
||||
|
||||
export let testProcessDefs = [new ProcessDefinitionRepresentation({
|
||||
export let testProcessDefinitions = [new ProcessDefinitionRepresentation({
|
||||
id: 'my:process1',
|
||||
name: 'My Process 1',
|
||||
hasStartForm: false
|
||||
})];
|
||||
|
||||
export let testMultipleProcessDefs = [new ProcessDefinitionRepresentation({
|
||||
id: 'my:process1',
|
||||
name: 'My Process 1',
|
||||
hasStartForm: false
|
||||
|
Reference in New Issue
Block a user