Skip to main content

Hello, I want to create new workflow, but in main page i cannot find workflow designer, I must add some permissions after which i will see “Workflow Designer”? 

 

Thanks

Hi ​@Ed22 

 

You need to have  FND_BPA_AUTHOR_FNDWF permission set

Predefined Permission Sets - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith


I added, but I cant see Workflow Designer still. 

 


Should I add it into BA_ENDUSER, BA_USER, or where?


Should I add it into BA_ENDUSER, BA_USER, or where?

 

Hi ​@Ed22,

 

In your query, FND_BPA_AUTHOR_FNDWF permission set is not listed.

This was introduced in 24R1, and before that, you need to add WorkFlowBpmnHandling and following projections to function the workflow designer.

  • CamundaRestInterface - this projection is used to represent the ability to widely access the Camunda Rest APIs. This is intended for integrations and administrators.
  • BpaModelerHandling - this projection is used to access the Workflow Designer page. Access to this projection should be granted for intended BPA authors.
  • BpaService - this projection is used to represent ability to persist/store BPAs to the server.

here’s the link to 23R2 documentation which explains this.

Workflows - Technical Documentation For IFS Cloud


Reply