Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

i need to Assign a task to a catalog request?

DevtoSME
Giga Guru

I need to configure the workflow of a previous service catalog item.

My job is Once a form is submitted I need to create a task and assign it to a group for review and approval.

 

Where do I look to find this out and can I create a new workflow or do I have to attach it to a previous workflow/flow design.

1 ACCEPTED SOLUTION

@Joyea Mells so if there is a workflow attached to it you can open the catalog item and go tot workflow field and open the workflow 

then you can see the activity names as "catalog task"  which indicates it is catalog task which will get created for that particular request when submitted .

Addition to this if you want to find the existing catalog tasks you can go to  catalog tasks table and search for the tasks which were created for this item previously .

Follow below steps 

1)type in sc_task.list in the navigator which will open catalog tasks table

find_real_file.png

2) then open the list and type in "show related records"

find_real_file.png

3) then type in request item and select requested item fields just like below

find_real_file.png

4) then after this you can just type in item

find_real_file.png

5) after that select your item and then click on run you will see the catalog tasks find_real_file.png

PLEASE MARK THIS ANSWER CORRECT IF IT HELPS YOU

 

View solution in original post

6 REPLIES 6

Murthy Ch
Giga Sage

Hi @Joyea Mells 

In order to check whether catalog has flow or workflow is attached or not.

Open the catalog in native UI and in process engine tab you can see like below attached screenshot:

find_real_file.png

Thanks,

Murthy

 

Thanks,
Murthy

thank you this worked for me and was helpful