- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 02:54 AM - edited ‎09-27-2023 01:08 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 03:32 PM
Corrected the System Property Name used in Script Include and it resolved the Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2023 04:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 01:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 01:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2023 03:32 PM
Corrected the System Property Name used in Script Include and it resolved the Issue.