Not seeing my workflow Hello World (local) in list of tasks | XM Community
Skip to main content
Question

Not seeing my workflow Hello World (local) in list of tasks

  • July 31, 2023
  • 4 replies
  • 159 views

Forum|alt.badge.img+1

I have gone through the Dev portal Hello World: Workflows Task tutorial and I am unable to see my Hello World in the list of tasks.  

4 replies

Shivamvig_sv
Level 6 ●●●●●●
Forum|alt.badge.img+14
  • Level 6 ●●●●●●
  • August 2, 2023

To better assist you, could you provide more details about the specific steps you followed in the tutorial and the issues you encountered while trying to see your Hello World in the list of tasks in Qualtrics?


qHubert
Qualtrics Employee
Forum|alt.badge.img+6
  • Qualtrics Employee
  • October 12, 2023

Hey!

There are a few things that need to be running. For a workflow task, you’ll need to have ‘npm start’ running in the plugin directory and `xmt develop extension` running in the extension folder. 

Hope that helps,

H

 


Forum|alt.badge.img+1

Hello everyone, I’m facing this same challenge right now: "Not seeing my Hello World (local) workflow in the list of tasks." I have tried all the solutions mentioned here as well as followed the guide in the troubleshooting section unsuccessfully. I used the Hello World guide from the documentation to build a workflow task. I will much appreciate your assistance.


JesperAndersen
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • May 15, 2024

I had the same issue, and never found the solution to fix it.
as most of my code needs to run on the server anyway, I just went through the steps to deploy the task on the system, and then run it that way.

It is a bit more steps, and because you cannot delete extensions in your development setup (at least not yet) you should be careful not to create too many “testing xyz” versions to not clutter your development setup.