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.
Solved! Go to Solution.
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.
Hi,
You can call webscript like this
this.alfrescoJsApi.core.webscriptApi.executeWebScript('POST', URL, null, null,
null, postBody).then((response: any) => {
});
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.
Discussions, help and advice about the Alfresco Development Framework.
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.