Switch activity in the workflow is not moving further to the next activity.Issue There is an activity in workflow called as switch activity which usually contains multiple options wherein for each option there can be same or different next transition activity.Issue here is the switch activity is not moving further where no condition is being evaluated. Steps to reproduce:1.Create a catalog item with a select box variable and provide few choices.2.Create a workflow where it should run on the sc_req_item table.3.Now create one switch activity where the variable should be given.4.Attach the workflow to the catalog item under the process engine-related tab of the catalog item.5.Create a request for the catalog item that is created in step 1 and select any choice for the variable.6.Now check the workflow context for the ritm where the switch activity does not move forward. Documentation related to switch activity:Switch Activity DOCCauseThe switch activity is referencing a variable that is not present in the catalog item for which we are raising the request.As there is no such variable at all in the requested item that we have created the workflow is not getting the value for the variable and the switch activity is not moving further.ResolutionAdd the variable in the workflow switch activity that is present in the catalog item for which we are requestingAnother way is to change the catalog item field for the variable which is mentioned in the Switch Activity DOC.Related LinksCheck if conditions in the switch activity are valid.Check if the sc_item_option_mtom table has the value for the variable which is present in the Switch Activity DOC