mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Updates for doc review (#3965)
This commit is contained in:
committed by
Eugenio Romano
parent
867ca8c39d
commit
7b3f400c48
@@ -51,13 +51,13 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit {
|
||||
@Input()
|
||||
processDefinitionName: string;
|
||||
|
||||
/** Variables in input to the process
|
||||
/** Variables in the input to the process
|
||||
* [RestVariable](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-activiti-rest-api/docs/RestVariable.md).
|
||||
*/
|
||||
@Input()
|
||||
variables: ProcessInstanceVariable[];
|
||||
|
||||
/** Parameter to pass form field values in the start form if it is associated. */
|
||||
/** Parameter to pass form field values in the start form if one is associated. */
|
||||
@Input()
|
||||
values: FormValues;
|
||||
|
||||
|
Reference in New Issue
Block a user