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

Mohith Devatte
Tera Sage
Tera Sage

hello @Joyea Mells ,

if you are creating a new workflow you can see this process 

1)go to workflow editor in navigator

find_real_file.png

2) once you click on workflow editor click on new workflow  and give the table as sc_req_itemand submit it

find_real_file.png

3) Create a catalog task 

find_real_file.png 

4) And give the fulfilment group which is your catalog task assignment group

find_real_file.png

5) tag this workflow in your catalog item in workflow field 

please mark my answer correct if it helps you

 

 

i will follow this instructions if theres is no previous workflow. do you know how to find the service catalog task? or where do i look for them at?

@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

 

this was very helpful