Get All Task Definitions
The API to get all the task definitions.
API Endpoint
GET /api/metadata/taskdefs
Client SDK Methods
- Java
- Go
- Python
- CSharp
- JavaScript
- Typescript
void OrkesMetadataClient.getAllTaskDefs() throws ApiException
func (a *MetadataResourceApiService) GetAll(ctx context.Context) ([]model.WorkflowDef, *http.Response, error)
MetadataResourceApi.get_task_defs(body, **kwargs)
List<TaskDef> MetadataResourceApi.GetTaskDefs(string access = null, bool? metadata = null, string tagKey = null, string tagValue = null)
MetadataResourceService.getTaskDefs(
access: string = 'READ',
metadata: boolean = false,
tagKey?: string,
tagValue?: string,
): CancelablePromise<Array<TaskDef>>
MetadataResourceService.getTaskDefs(
access: string = 'READ',
metadata: boolean = false,
tagKey?: string,
tagValue?: string,
): CancelablePromise<Array<TaskDef>>