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

cancel
Showing results for 
Search instead for 
Did you mean: 
dharmraj
Active Member

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

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
cjose
Senior Member II

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

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>