This component can be used when there is no form attached to a task and you want to add one.

Basic Usage

<adf-attach-form
    [taskId]="taskid">
</adf-attach-form>

Class members

Properties

NameTypeDefault valueDescription
formKeyanyIdentifier of the form to attach.
taskIdanyId of the task.

Events

NameTypeDescription
cancelAttachFormEventEmitter<void>Emitted when the "Cancel" button is clicked.
errorEventEmitter<any>Emitted when an error occurs.
successEventEmitter<void>Emitted when the form is attached successfully.

© 2023 Alfresco Software, Inc. All Rights Reserved.