Orkes Conductor VS Code ExtensionThis extension is used to interact with Orkes Conductor from VS Code. FeaturesThe main navigation is through the Tree View on the left, as required by VS Code's UX guidelines. In the Tree View, you can see the Clusters, the Workflow Definitions, the Tasks Definitions, the Executions, the Schedules. These are the main items in the Tree View: Clusters Menu:
Workflows
Executions
Schedules
Workflow Visualizer
UsageOpen a Folder or RepoOpening a folder or repo is required to push workflows and tasks to the cluster, and to download the workflow definitions from the cluster. The workflow definitions are saved in the folder you open, under the folder:
The task definitions are saved in the folder you open, under the folder:
Adding a new ClusterYou'll need to get a KeyId and KeySecret from your Conductor cluster.
Uploading a Workflow to your clusterFilename conventions The files are stored in a folder based on your cluster name under the For example:
The filename follows this convention:
Why Why You can keep different versions of your workflows, even schedule different versions as cron jobs. How to upload a Workflow to your Cluster
The workflow will be saved to your cluster. Uploading a Task to your cluster
The task will be saved to your cluster. Choosing a folder for the Workflow files.
The folder is relative to the workspace root. You can also use an absolute path. |