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

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

  • 31 July 2023
  • 4 replies
  • 90 views

Userlevel 1
Badge +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

Userlevel 5
Badge +14

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?

Userlevel 1
Badge +5

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

 

Badge +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.

Userlevel 4
Badge +11

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.

Leave a Reply