Skip to content

Commit

Permalink
Add color as possible input type
Browse files Browse the repository at this point in the history
This seems to be valid when creating a wf parameter in the UI but the gxformat2 schema doesn't seem to support it.
  • Loading branch information
davelopez committed May 28, 2024
1 parent a8251cd commit e8c52f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/src/requestsDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface TargetWorkflowDocumentParams {
}

export type WorkflowDataType =
| "color" //TODO: this type seems to be missing in format2 schema
| "null"
| "boolean"
| "int"
Expand Down

0 comments on commit e8c52f9

Please sign in to comment.