Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Ingestion Workflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data IngestionData Ingestion
  • Ingestion Workflow
  • Merge requests
  • !90

Get all workflows tenant

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mayank Saggar [Microsoft] requested to merge get-all-workflows-tenant into master Feb 24, 2021
  • Overview 10
  • Commits 7
  • Pipelines 8
  • Changes 15

Added a new workflow api with UTs and ITs.

Get All Workflows starting with prefix API with rest end point : /workflow/?prefix="test"

1 Parameters can be specified for this get request namely: prefix.

Queries the database for all the workflows having the specified prefix. The resulting items are sorted by timestamp in descending order.

ITs for the api:

  • Success cases when:
    • prefix is provided
  • Unauthorized case with no access token and no data access token.
  • Unauthorized when given invalid partition id
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: get-all-workflows-tenant