Merge pull request #2055 from automatisch/rest-test-step

feat: Implement rest api endpoint to test step
This commit is contained in:
Ömer Faruk Aydın
2024-09-02 15:22:10 +03:00
committed by GitHub
9 changed files with 303 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ const authorizationList = {
action: 'read',
subject: 'Flow',
},
'POST /api/v1/steps/:stepId/test': {
action: 'update',
subject: 'Flow',
},
'GET /api/v1/steps/:stepId/previous-steps': {
action: 'update',
subject: 'Flow',