Is it possible to call webscript from workflow listeners?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2013 01:21 AM
Hi everyone,
Is it possible to make a call to webscript from bpmn workflow listeners?
Please suggest with solution and thanks in advance
Thanks & Regards,
S.Dasu
Is it possible to make a call to webscript from bpmn workflow listeners?
Please suggest with solution and thanks in advance
Thanks & Regards,
S.Dasu
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2013 04:59 AM
Hello,
Why would you want to call a web script from a workflow listener? Are you trying to access another Alfresco instance from the one that executes the workflow? Otherwise you would not need to do so, since you are already within an Alfresco repository and can access any necessary services via JavaScript or Java listeners (via the script APIs or foundation services).
Some more information on what you are trying to accomplish may be useful here…
Regards
Axel
Why would you want to call a web script from a workflow listener? Are you trying to access another Alfresco instance from the one that executes the workflow? Otherwise you would not need to do so, since you are already within an Alfresco repository and can access any necessary services via JavaScript or Java listeners (via the script APIs or foundation services).
Some more information on what you are trying to accomplish may be useful here…
Regards
Axel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 09:23 AM
I need to get data from an external system. I have written the code in my webscript to consume the external system web service and giving the data in json format. I am calling this webscript in workflow and populating the workflow form fields with the values coming as json response.
