11-19-2020 02:58 AM
By Default ADF providing component related to APS but some scenaria it is not full filling custom requirement so I am trying to create custom component in angular and want to inegrate that with APS.
I have created Workflow in APS.
1)I have created custom angular coponent with form filed and I am able to start workflow from that.
11-27-2020 09:29 AM
you can use the formService from ADF. collect all the required variables on form submission then call
formService.completeTaskForm(taskId: string, formValues:FormValues,outcome?: string)
Hope It helps.
11-24-2020 06:17 AM
Hi,
You can call webscript like this
this.alfrescoJsApi.core.webscriptApi.executeWebScript('POST', URL, null, null,
null, postBody).then((response: any) => {
});
11-27-2020 09:29 AM
you can use the formService from ADF. collect all the required variables on form submission then call
formService.completeTaskForm(taskId: string, formValues:FormValues,outcome?: string)
Hope It helps.
Explore our Alfresco products with the links below. Use labels to filter content by product module.