Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new method into workflow_status to include children of workflow statuses #77

Merged

Conversation

abhishek-sage
Copy link
Contributor

@abhishek-sage abhishek-sage commented May 29, 2024

swagger URL: https://api.network.sage.com/swagger/index.html#/WorkflowStatuses/v1_WorkflowStatuses_RetrieveWorkflowStatus

for the model Lockstep::WorkflowStatus, added a new method which will fetch a workflow status by its ID and it will also include its children where children are the next possbile actions.

E.g. "Submitted" (id: 00000000-0000-0000-0000-100000000000) is a workflow status and its has two children:

  1. "Made Available" (id: 00000000-0000-0000-0000-300000000000)
  2. "Rejected" (id: 00000000-0000-0000-0000-130000000000)

@abhishek-sage abhishek-sage marked this pull request as ready for review May 29, 2024 06:28
@lockstep-rakesh lockstep-rakesh merged commit fc5bef8 into Lockstep-Network:main May 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants