To help me in understanding How to create custom activities in workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 06:01 AM
Hi,
Can anyone help me in understanding how to create each of the custom activities of workflow
Thanking you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 06:07 AM
What are you trying to build?
In my experience never had to build a new activity, when needed I used the run scripts activity to do what was not possible in OOB activities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 07:12 AM
Hi @Sai 7 ,
You can create your own custom Workflow Activities by navigating to:
> Workflow > Administration > Activity Definitions
It's a bit chunk of knowledge, that you need to know for implementing your own WOrkflow Activities.
You need to learn a bit about the lifecycle and events that the Workflow engine is using to advane workflows.
You may need the following page on Docs Online as a good information on that: