Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IoTHub Workflow ExtensionNew to Visual Studio Code? Get it now.
IoTHub Workflow Extension

IoTHub Workflow Extension

Elco Industrie Automation GmbH

|
511 installs
| (0) | Free
This extension provides support to launch and edit workflows inside your favorite editor!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

extension-workflows README

The IotHub extensions enables you to download and upload workflows which you can write locally.

Features

  • connect to an iot hub
  • download workflows
  • update workflows (existing ones and posting new workflows)
  • start a specific workflow
  • clean the workspace and start from scratch

other ideas: https://github.com/microsoft/vscode-extension-samples/blob/master/progress-sample/src/extension.ts https://code.visualstudio.com/api/references/activation-events#onWebviewPanel

Npm dev commands

Run npm i to install dev dependencies.

Run extension in dev with F5.

  • npm run test
  • npm run lint
  • check if compiled via tsc

(The rest is sample markdown)

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

![feature X](images/feature-x.png)

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.thing: set to blah to do something

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft