Catalog Items using Workflow unable to generate the Catalog Task?

VIKAS45
Tera Guru

Catalog Items using Workflow unable to generate the Catalog Task?

 

How to make Catalog Items using Workflow  generate the Catalog Task?

 

Receiving Error:- Fault Description: Type Error : Cannot read property "condition builder from null"(sys_script_include.sys_id line 39) in Workflow when raising request.

 

1 ACCEPTED SOLUTION

Corrected the System Property Name used in Script Include and it resolved the Issue.

View solution in original post

8 REPLIES 8

Anand Kumar P
Giga Patron
Giga Patron

Hi @VIKAS45 ,
By default, tasks and approvals are not created until that part of the workflow is run. If you add the "generate activities" activity, approvals and tasks will be created at that point and not wait until those activities are reached.
For example if I have a workflow with 4 activities and then tasks once the approvals are complete. By default, the system will not create the task record until all approvals are complete. If you add the generate activities to the beginning of the workflow, the task will get created as soon as the workflow starts and will not wait for the approvals.


Thanks,

Anand

How to make Catalog Items using Workflow  generate the Catalog Task?

 

Receiving Error:- Fault Description: Type Error : Cannot read property "condition builder from null"(sys_script_include.sys_id line 39) in Workflow when raising request.

Catalog Items using Workflow unable to generate the Catalog Task?

 

How to make Catalog Items using Workflow  generate the Catalog Task?

 

Receiving Error:- Fault Description: Type Error : Cannot read property "condition builder from null"(sys_script_include.sys_id line 39) in Workflow when raising request.

Corrected the System Property Name used in Script Include and it resolved the Issue.