Metadata Management
📄️ Creating Task Definitions
Task definitions register tasks in Conductor. This API is used to create task definitions in Orkes Conductor.
📄️ Updating Task Definitions
The API to update the existing task definitions.
📄️ Delete Task Definitions
The API to delete the task definitions.
📄️ Get All Task Definitions
The API to get all the task definitions.
📄️ Get Task Definition
The API to get all the task definitions.
📄️ Creating Workflow Definition
A workflow is a collection of tasks and operators that define the sequence and execution of tasks. This API allows you to create workflow definitions in Orkes Conductor.
📄️ Update Workflow Definitions
The API to update an existing workflow definition.
📄️ Remove the Workflow Definition
The API to remove/delete the workflow definition.
📄️ Get All Workflow Definitions
The API to get all the workflow definitions.
📄️ Get Workflow Definition
The API to retrieve a partticular workflow definition.