Workflow Service Catalog Variables are not show up on the SC task intermittentlyIssue When service catalog variables are declared in the workflow's properties intermittently sometimes they do not show up on the SC task. Even though they are set in the "SC task activity" to show up. STEPS TO REPRODUCE: create a new WF on [sc_req_item] tablefrom the WF properties page create two new SC variablesadd a create SC task activity, and include the variables you created above (they start with "workflow")attached to cat item, and submitnotice the WF SC variable shows up on the RITM & the SC task recordsnow make sure you increase the value of your cat item to invoke the gated approval on REQsubmit your cat item, while REQ is pendingadd a new WF SC variable OR just add a new activity to the workflow, and publish workflowapprove the REQnotice now that the WF SC variables show up on the RITM but not on the SC task?expected behavior: the WF SC variables should show up on the SC taskReleaseALLCauseWhen the workflow is republished again a new version of the workflow is created along with new versions of the WF SC variablesWhen the RITM is created the variable editor shows the WF SC variables from the current publish versionWhile the REQ is pending approval and the cat item workflow is updatedThen the REQ is approved the RITM WF context is created it uses the new published WF versionresulting in a mismatch of variables on the SCTASK and RITMfor this reason, the variables are the SCTASK fails to displayvariable records for RITM & SCTASK are stored in [sc_item_option] & [sc_item_variables_task]ResolutionIn reviewing this with the product team, this is currently the expected behavior. For resolution: avoid publishing workflow with WF SC variables while REQ are pending approvals. Only those REQs where the cat item is using the WF.setting the WF variable to globalmove WF SC variables into the cat item, and use UI policies to hide them on cat item view