cancel
Showing results for 
Search instead for 
Did you mean: 

Can i get task attached form in My project based on task Id ?

dharmraj
Confirmed Champ
Confirmed Champ

I am unable to get task attached from in my project based on task id .In Bpm flow i am  getting  But this form i want in my prioject when i click in tasklist from task  using <adf-form [taskId]="Task Id Value "></adf-from>

1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator

Looks like this is an ADF related question which will get better support on the ADF forum. Having said that, I think it better to use the adf-task-details component to get the task details which will include the task form. Check alfresco-ng2-components/task-details.component.md at master · Alfresco/alfresco-ng2-components · Git...  for more details.

<adf-task-details [taskId]="your task id"></adf-task-details>