Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Help on creating a configurable workflow with restricted access to users

Avatar

Level 1

I am working on an optimization project where I am required to create a master workflow (using Adobe Campaign Classis v7) that allows selecting a brand, channel, and delivery method to a business user with restricted access (only to the chosen activities within a workflow) without giving the user access to the entire workflow. Could someone please guide me on how the UI based solution would work for the above scenario?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @mrnobody1608 ,

 

Okay, if you trying to perform the workflow operations/task via a UI say jssp page then you can expose those OOTB Adobe campaign workflow operations on that page for the user.

The list of all OOTB API functions available can be found here: https://experienceleague.adobe.com/developer/campaign-api/api/search.html?

_Shubham_Goyal__0-1673425849171.png

 

Br,

Shubham

 

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @mrnobody1608 ,

 

Are you saying you want these users to have access to the workflow but can only be able to view/use limited wkf activities (such as Start, Query, Split, Update, Data Loading, etc.) while designing the flow?

If that's the requirement then I think it might not be possible to put a such limitation on workflow 'Activities' for a user, the only Named Rights that are available for the Workflows in the Adobe campaign are the following: 

https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/advanced-ma...

 

Br,

Shubham

Avatar

Level 1

Thanks @Shubham_Goyal__ for your response.

 

My requirement is, if I want the user to run the workflow using a different UI (imagine a simple html page with start, stop, select, query, update, save buttons) without actually accessing the workflows screen on the console. Is it possible?

 

Regards

Avatar

Correct answer by
Community Advisor

Hi @mrnobody1608 ,

 

Okay, if you trying to perform the workflow operations/task via a UI say jssp page then you can expose those OOTB Adobe campaign workflow operations on that page for the user.

The list of all OOTB API functions available can be found here: https://experienceleague.adobe.com/developer/campaign-api/api/search.html?

_Shubham_Goyal__0-1673425849171.png

 

Br,

Shubham