Skip to content

Commit

Permalink
Fix flow framework test
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Feb 27, 2025
1 parent 490f994 commit 0b7859c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions spec/schemas/flow_framework.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,23 @@ components:
type: string
user:
$ref: '#/components/schemas/user'
provision_start_time:
$ref: '_common.yaml#/components/schemas/DateTime'
provision_end_time:
$ref: '_common.yaml#/components/schemas/DateTime'
resources_created:
$ref: '#/components/schemas/ResourcesCreated'
ResourcesCreated:
type: object
properties:
workflow_step_name:
type: string
workflow_step_id:
type: string
resource_type:
type: string
resource_id:
type: string
user:
type: object
properties:
Expand Down
4 changes: 2 additions & 2 deletions tests/default/flow_framework/workflow/state/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ chapters:
hits:
hits:
- _index: .plugins-flow-framework-state
_id: ${workflow.workflow_id}
_source:
state: NOT_STARTED

workflow_id: ${workflow.workflow_id}

0 comments on commit 0b7859c

Please sign in to comment.