[ADF-3745] Updates for doc review (#3965)

This commit is contained in:
Andy Stark
2018-11-14 14:23:14 +00:00
committed by Eugenio Romano
parent 867ca8c39d
commit 7b3f400c48
31 changed files with 95 additions and 85 deletions

View File

@@ -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;