Shows a form
for a task.
<adf-task-form
[taskId]="taskId">
</adf-task-form>
Name | Type | Default value | Description |
---|---|---|---|
fieldValidators | FormFieldValidator [] | [] | Field validators for use with the form. |
readOnlyForm | boolean | false | Toggles read-only state of the form. All form widgets render as read-only if enabled. |
showCancelButton | boolean | true | Toggle rendering of the Cancel button. |
showFormCompleteButton | boolean | true | Toggles rendering of the Complete outcome button. |
showFormRefreshButton | boolean | true | Toggles rendering of the Refresh button. |
showFormSaveButton | boolean | true | Toggles rendering of the Save outcome button. |
showFormTitle | boolean | false | Toggles rendering of the form title. |
showFormValidationIcon | boolean | true | Toggle rendering of the validation icon next to the form title. |
taskId | string | (required) The id of the task whose details we are asking for. |
Name | Type | Description |
---|---|---|
cancel | EventEmitter <void> | Emitted when the "Cancel" button is clicked. |
completed | EventEmitter <void> | Emitted when the form associated with the task is completed. |
error | EventEmitter <any> | Emitted when an error occurs. |
executeOutcome | EventEmitter < FormOutcomeEvent > | Emitted when any outcome is executed. Default behaviour can be prevented via event.preventDefault() . |
formCompleted | EventEmitter < FormModel > | Emitted when the form is submitted with the Complete outcome. |
formContentClicked | EventEmitter < ContentLinkModel > | Emitted when the form field content is clicked. |
formError | EventEmitter < FormFieldModel []> | Emitted when the supplied form values have a validation error. |
formLoaded | EventEmitter < FormModel > | Emitted when the form is loaded or reloaded. |
formSaved | EventEmitter < FormModel > | Emitted when the form is submitted with the Save or custom outcomes. |
showAttachForm | EventEmitter <void> | Emitted when the form associated with the form task is attached. |
taskClaimed | EventEmitter <string> | Emitted when the task is claimed. |
taskUnclaimed | EventEmitter <string> | Emitted when the task is unclaimed (ie, requeued).. |
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.