How to create a workflow for a record producer?

Naveen Kumar
Tera Contributor

There is a record producer "Knowledge Support", which will create a record in "kb_submission" table.

Bharathkumar8_0-1665572651912.png

 

Need to create a workflow so that there is a user approval and group approval required.

 

 

1 ACCEPTED SOLUTION

Pavankumar_1
Mega Patron

Hi @Naveen Kumar  ,

you can create workflow and flow on your record producer table and set approvals.

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

View solution in original post

4 REPLIES 4

Dan O Connor
ServiceNow Employee
ServiceNow Employee

Hi Bharath,

 

We provide some Out of the box approval Workflows for Knowledge. Take a look here

https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/knowledge-management/refe...

 

If this is something custom, would suggest using Flow Designer where you can create an 'Ask for Approval' action based on a trigger. 

Community Alums
Not applicable

Hi @Naveen Kumar  ,

Please understand the concept of record producer and its use in ServiceNow.

Record producers are used to creating a record in any table like Incident, Problem, Change.

So if you are creating a record producer for any of these tables means it will create just a record in the table and that's it .use of record producer will get over after creating record.

You can't attach a workflow to a record producer, you have to write the workflow for the target table.

eg if you have record producer for incident ,then write a workflow for incident table.

So to run a workflow, you would need to do it within the workflow properties by selecting the target table or selecting a target table and a condition to run it.

This is some serious and easily explained answer. Thank you

Pavankumar_1
Mega Patron

Hi @Naveen Kumar  ,

you can create workflow and flow on your record producer table and set approvals.

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar