Get All Workflow Definitions
The API to get all the workflow definitions.
API Endpoint
GET /api/metadata/workflow
Client SDK Methods
- Java
- Go
- Python
- C#
- JavaScript
- Typescript
WorkflowDef OrkesMetadataClient.getAllWorkflowDefs()
func (a *MetadataResourceApiService) GetAll(ctx context.Context) ([]model.WorkflowDef, *http.Response, error)
MetadataResourceApi.get_all_workflows(**kwargs)
List<WorkflowDef> MetadataResourceApi.GetAllWorkflows(string access = null, bool? metadata = null, string tagKey = null, string tagValue = null, bool? _short = null)
MatadataResourceService.getAllWorkflows(
access: string = 'READ',
metadata: boolean = false,
tagKey?: string,
tagValue?: string,
): CancelablePromise<Array<WorkflowDef>>
MatadataResourceService.getAllWorkflows(
access: string = 'READ',
metadata: boolean = false,
tagKey?: string,
tagValue?: string,
): CancelablePromise<Array<WorkflowDef>>