Unable to use custom scoped workflow activity in scoped workflowIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Unable to use custom scoped workflow activity in scoped workflow ProblemUsers have reported an issue where they are unable to use custom scoped workflow activities in scoped workflows, which are designed to run on scoped applications. Symptoms User receives an error Invalid Activity Definitions when they hover over a Workflow activity that has executed on a running workflowCustom activity is highlighted as red on the running Workflow with the result returned as error. Cause This issue occurs when users are creating custom workflow activities within a Scoped Application outside of the Activity Designer. In this case, the user has manually created a Workflow Activity Definition directly via the wf_activity_definition table, under a Scoped Application. As the core activities are looking within the Global Scope, the error Invalid Activity Definitions is displayed. ResolutionIt is recommended to use the Activity Designer to create custom activities, as it is able to handle the logic of creating custom activities inside scoped applications. For more information on using the Activity Designer, please review the documentation below: https://docs.servicenow.com/csh?topicname=c_WorkflowActivityDesigner.html&version=latest Therefore to conclude, the behaviour that the users are experiencing is by design. Custom activity development is traditionally licensed under Orchestration. Orchestration provides support for application scoping for custom activities using the Activity Designer. WARNING: Please note that the Activity Designer comes with the Orchestration plugin, which is a paid plugin that has separate subscription fees. Please ensure that you review the documentation above and consult your Account Manager or Territory Manager for more information.