interface components { headers : never ; parameters : { filter_completion_time : string ; filter_start_time : string ; flow_id : string ; list_flows_orderby : string [] ; list_registered_apis_orderby : string [] ; list_runs_orderby : string [] ; list_web_inputs_orderby : string [] ; run_id : string ; } ; pathItems : never ; requestBodies : never ; responses : { HTTP202Response : { content : { "application/json" : Record < string , unknown > } ; headers : { [ name : string ]: unknown } ; } ; HTTP403Response : { content : { "application/json" : { error : { code : string ; detail : string } } ; } ; headers : { [ name : string ]: unknown } ; } ; HTTP422Response : { content : { "application/json" : { error : { code : string ; detail : { loc : string [] ; msg : string ; type : string } [] ; } ; } ; } ; headers : { [ name : string ]: unknown } ; } ; } ; schemas : { _WebInputClosedTimestamp : string | null ; _WebInputContext : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } ; _WebInputCreatedTimestamp : string ; _WebInputCreatorUrn : string ; _WebInputEditedTimestamp : string ; _WebInputFlowInfo : { id : string ; title : string } ; _WebInputId : string ; _WebInputInputSchema : Record < string , unknown > ; _WebInputInputType : "selection" ; _WebInputOptions : { description : string ; label : string ; option_id : string ; } [] ; _WebInputRoles : { respondent_urns : string [] ; viewer_urns : string [] } ; _WebInputRunInfo : { id : string ; label : string | null } ; _WebInputStatus : "closed" | "open" ; _WebInputTitle : string ; _WebInputUserRoles : (
"viewer" | "respondent" )
[] ; Action : { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: (
{ ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )
[] ; } ; ActivityNotificationPolicy : { status : (
"SUCCEEDED" | "FAILED" | "INACTIVE" )
[] ; } ; BatchRunUpdateOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] ; } ; BatchRunUpdateSetOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; status ?: "cancel" ; tags ?: string [] ; } ; Catch : { Catch ?: (
{ ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )
[] ; } ; Choice : { Choices : (
{ Next ?: string } & { And ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )
[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } ; ChoiceRule : { And ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } ; ExpressionEval : { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string } ; Fail : { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; FlowDefinition : { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: (
{ ErrorEquals : (...)
[] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: (...)
| (...)
; } )
[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : (
{ Next ?: string } & { And ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: (
{ And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }
)
[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )
[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string ; } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } ; FlowEmbed : { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } ; FlowResponse : { api_version ?: "1.0" ; created_at ?: string ; definition ?: { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ((...)
& (...))
[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : (
{ Next ?: (...)
| (...)
} & { And ?: (...)
| (...)
; BooleanEquals ?: (...)
| (...)
| (...)
; BooleanEqualsPath ?: (...)
| (...)
; IsBoolean ?: (...)
| (...)
| (...)
; IsNull ?: (...)
| (...)
| (...)
; IsNumeric ?: (...)
| (...)
| (...)
; IsPresent ?: (...)
| (...)
| (...)
; IsString ?: (...)
| (...)
| (...)
; IsTimestamp ?: (...)
| (...)
| (...)
; Not ?: (...)
| (...)
; NumericEquals ?: (...)
| (...)
; NumericEqualsPath ?: (...)
| (...)
; NumericGreaterThan ?: (...)
| (...)
; NumericGreaterThanEquals ?: (...)
| (...)
; NumericGreaterThanEqualsPath ?: (...)
| (...)
; NumericGreaterThanPath ?: (...)
| (...)
; NumericLessThan ?: (...)
| (...)
; NumericLessThanEquals ?: (...)
| (...)
; NumericLessThanEqualsPath ?: (...)
| (...)
; NumericLessThanPath ?: (...)
| (...)
; Or ?: (...)
| (...)
; StringEquals ?: (...)
| (...)
; StringEqualsPath ?: (...)
| (...)
; StringGreaterThan ?: (...)
| (...)
; StringGreaterThanEquals ?: (...)
| (...)
; StringGreaterThanEqualsPath ?: (...)
| (...)
; StringGreaterThanPath ?: (...)
| (...)
; StringLessThan ?: (...)
| (...)
; StringLessThanEquals ?: (...)
| (...)
; StringLessThanEqualsPath ?: (...)
| (...)
; StringLessThanPath ?: (...)
| (...)
; StringMatches ?: (...)
| (...)
; TimestampEquals ?: (...)
| (...)
; TimestampEqualsPath ?: (...)
| (...)
; TimestampGreaterThan ?: (...)
| (...)
; TimestampGreaterThanEquals ?: (...)
| (...)
; TimestampGreaterThanEqualsPath ?: (...)
| (...)
; TimestampGreaterThanPath ?: (...)
| (...)
; TimestampLessThan ?: (...)
| (...)
; TimestampLessThanEquals ?: (...)
| (...)
; TimestampLessThanEqualsPath ?: (...)
| (...)
; TimestampLessThanPath ?: (...)
| (...)
; Variable ?: (...)
| (...)
; } )
[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string ; } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } ; description ?: string ; flow_administrators ?: string [] ; flow_owner ?: string ; flow_starters ?: string [] ; flow_url ?: string ; flow_viewers ?: string [] ; globus_auth_scope ?: string ; globus_auth_scopes_by_RunAs ?: string [] ; globus_auth_username ?: string ; id ?: string ; input_schema ?: Record < string , unknown > | null ; is_high_assurance ?: boolean ; keywords ?: string [] ; log_supported ?: boolean ; principal_urn ?: string ; subscription_id ?: string ; subtitle ?: string ; synchronous ?: boolean ; title ?: string ; types ?: (
"Action" | "Event" )
[] ; updated_at ?: string ; user_role ?: | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "run_manager" | "run_monitor" ; user_roles ?: (
| "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "flow_run_manager" | "flow_run_monitor" )
[] ; } ; FlowRun : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: (
| "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )
[] ; } ; FlowRunWithFlowEmbed : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: (
| "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )
[] ; } & { flow_description ?: { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } ; } ; FlowScopes : { [ key : string ]: string [] } ; FlowValidationErrorResponse : { debug_id : string ; error : { code : string ; detail : string | { loc : string [] ; msg : string ; type : string } [] ; message ?: string ; } ; } ; FlowValidationResponse : { scopes ?: { [ key : string ]: string [] } } ; GetRunDefinitionResponse : { definition : Record < string , unknown > ; flow_id : string ; input_schema : Record < string , unknown > ; } ; InputBody : { [ key : string ]: unknown } ; InputPath : { InputPath ?: string } ; JsonPathPattern : string ; Label : string ; LocationErrorList : { loc : string [] ; msg : string ; type : string } [] ; NextOrEnd : { End ?: boolean ; Next ?: string } ; Parameters : { Parameters ?: { [ key : string ]: unknown } } ; ParametersOrInputPath : { Parameters ?: { [ key : string ]: unknown } } & { InputPath ?: string ; } ; ParametersOrInputPathNotRequired : { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } ; Pass : { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } ; PrincipalURN : string ; RegisteredApi : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } & { data_templates : { request : { [ key : string ]: unknown } ; response : { [ key : string ]: unknown } ; } ; edited_timestamp ?: string | null ; roles : { administrators ?: string [] ; owners ?: string [] ; viewers ?: string [] ; } ; scheduled_deletion_timestamp ?: string | null ; state_input_schema : { [ key : string ]: unknown } ; status : "ACTIVE" | "INACTIVE" ; subscription_id : string | null ; target : { components ?: { [ key : string ]: unknown } ; destination : { method : "delete" | "get" | "post" | "put" | "patch" ; url : string ; } ; openapi_version : string ; specification : { [ key : string ]: unknown } ; type : "openapi" ; } ; } ; RegisteredApiSummary : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } ; ResultPath : { ResultPath ?: string } ; RunManagers : string [] ; RunMonitors : string [] ; RunUpdate : { label ?: string ; run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] ; } ; Tags : string [] ; ValidateRun : { message : string } ; Wait : { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } ; WebInputResponse : { closed_timestamp : string | null ; context : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } ; created_timestamp : string ; creator_urn : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_schema : Record < string , unknown > ; input_type : "selection" ; options ?: { description : string ; label : string ; option_id : string } [] ; roles : { respondent_urns : string [] ; viewer_urns : string [] } ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; user_roles : (
"viewer" | "respondent" )
[] ; } ; WebInputSummary : { closed_timestamp : string | null ; created_timestamp : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_type : "selection" ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; title : string ; user_roles : (
"viewer" | "respondent" )
[] ; } ; } ; } Properties parameters parameters : { filter_completion_time : string ; filter_start_time : string ; flow_id : string ; list_flows_orderby : string [] ; list_registered_apis_orderby : string [] ; list_runs_orderby : string [] ; list_web_inputs_orderby : string [] ; run_id : string ; }
Type Declaration filter_completion_time : string filter_start_time : string flow_id : string list_flows_orderby : string [] list_registered_apis_orderby : string [] list_runs_orderby : string [] list_web_inputs_orderby : string [] run_id : string path Items pathItems : never
request Bodies requestBodies : never
responses responses : { HTTP202Response : { content : { "application/json" : Record < string , unknown > } ; headers : { [ name : string ]: unknown } ; } ; HTTP403Response : { content : { "application/json" : { error : { code : string ; detail : string } } ; } ; headers : { [ name : string ]: unknown } ; } ; HTTP422Response : { content : { "application/json" : { error : { code : string ; detail : { loc : string [] ; msg : string ; type : string } [] ; } ; } ; } ; headers : { [ name : string ]: unknown } ; } ; }
Type Declaration HTTP202Response : { content : { "application/json" : Record < string , unknown > } ; headers : { [ name : string ]: unknown } ; } HTTP403Response : { content : { "application/json" : { error : { code : string ; detail : string } } ; } ; headers : { [ name : string ]: unknown } ; } HTTP422Response : { content : { "application/json" : { error : { code : string ; detail : { loc : string [] ; msg : string ; type : string } [] ; } ; } ; } ; headers : { [ name : string ]: unknown } ; } schemas schemas : { _WebInputClosedTimestamp : string | null ; _WebInputContext : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } ; _WebInputCreatedTimestamp : string ; _WebInputCreatorUrn : string ; _WebInputEditedTimestamp : string ; _WebInputFlowInfo : { id : string ; title : string } ; _WebInputId : string ; _WebInputInputSchema : Record < string , unknown > ; _WebInputInputType : "selection" ; _WebInputOptions : { description : string ; label : string ; option_id : string } [] ; _WebInputRoles : { respondent_urns : string [] ; viewer_urns : string [] } ; _WebInputRunInfo : { id : string ; label : string | null } ; _WebInputStatus : "closed" | "open" ; _WebInputTitle : string ; _WebInputUserRoles : ("viewer" | "respondent" )[] ; Action : { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ( { ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )[] ; } ; ActivityNotificationPolicy : { status : ("SUCCEEDED" | "FAILED" | "INACTIVE" )[] ; } ; BatchRunUpdateOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] ; } ; BatchRunUpdateSetOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; status ?: "cancel" ; tags ?: string [] ; } ; Catch : { Catch ?: ( { ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )[] ; } ; Choice : { Choices : ( { Next ?: string } & { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } ; ChoiceRule : { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } ; ExpressionEval : { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string } ; Fail : { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; FlowDefinition : { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ( { ErrorEquals : (...)[] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: (...) | (...); } )[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : ( { Next ?: string } & { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string ; } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } ; FlowEmbed : { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } ; FlowResponse : { api_version ?: "1.0" ; created_at ?: string ; definition ?: { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ((...) & (...))[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : ( { Next ?: (...) | (...) } & { And ?: (...) | (...); BooleanEquals ?: (...) | (...) | (...); BooleanEqualsPath ?: (...) | (...); IsBoolean ?: (...) | (...) | (...); IsNull ?: (...) | (...) | (...); IsNumeric ?: (...) | (...) | (...); IsPresent ?: (...) | (...) | (...); IsString ?: (...) | (...) | (...); IsTimestamp ?: (...) | (...) | (...); Not ?: (...) | (...); NumericEquals ?: (...) | (...); NumericEqualsPath ?: (...) | (...); NumericGreaterThan ?: (...) | (...); NumericGreaterThanEquals ?: (...) | (...); NumericGreaterThanEqualsPath ?: (...) | (...); NumericGreaterThanPath ?: (...) | (...); NumericLessThan ?: (...) | (...); NumericLessThanEquals ?: (...) | (...); NumericLessThanEqualsPath ?: (...) | (...); NumericLessThanPath ?: (...) | (...); Or ?: (...) | (...); StringEquals ?: (...) | (...); StringEqualsPath ?: (...) | (...); StringGreaterThan ?: (...) | (...); StringGreaterThanEquals ?: (...) | (...); StringGreaterThanEqualsPath ?: (...) | (...); StringGreaterThanPath ?: (...) | (...); StringLessThan ?: (...) | (...); StringLessThanEquals ?: (...) | (...); StringLessThanEqualsPath ?: (...) | (...); StringLessThanPath ?: (...) | (...); StringMatches ?: (...) | (...); TimestampEquals ?: (...) | (...); TimestampEqualsPath ?: (...) | (...); TimestampGreaterThan ?: (...) | (...); TimestampGreaterThanEquals ?: (...) | (...); TimestampGreaterThanEqualsPath ?: (...) | (...); TimestampGreaterThanPath ?: (...) | (...); TimestampLessThan ?: (...) | (...); TimestampLessThanEquals ?: (...) | (...); TimestampLessThanEqualsPath ?: (...) | (...); TimestampLessThanPath ?: (...) | (...); Variable ?: (...) | (...); } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string ; } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } ; description ?: string ; flow_administrators ?: string [] ; flow_owner ?: string ; flow_starters ?: string [] ; flow_url ?: string ; flow_viewers ?: string [] ; globus_auth_scope ?: string ; globus_auth_scopes_by_RunAs ?: string [] ; globus_auth_username ?: string ; id ?: string ; input_schema ?: Record < string , unknown > | null ; is_high_assurance ?: boolean ; keywords ?: string [] ; log_supported ?: boolean ; principal_urn ?: string ; subscription_id ?: string ; subtitle ?: string ; synchronous ?: boolean ; title ?: string ; types ?: ("Action" | "Event" )[] ; updated_at ?: string ; user_role ?: | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "run_manager" | "run_monitor" ; user_roles ?: ( | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "flow_run_manager" | "flow_run_monitor" )[] ; } ; FlowRun : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: ( | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )[] ; } ; FlowRunWithFlowEmbed : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: ( | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )[] ; } & { flow_description ?: { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } ; } ; FlowScopes : { [ key : string ]: string [] } ; FlowValidationErrorResponse : { debug_id : string ; error : { code : string ; detail : string | { loc : string [] ; msg : string ; type : string } [] ; message ?: string ; } ; } ; FlowValidationResponse : { scopes ?: { [ key : string ]: string [] } } ; GetRunDefinitionResponse : { definition : Record < string , unknown > ; flow_id : string ; input_schema : Record < string , unknown > ; } ; InputBody : { [ key : string ]: unknown } ; InputPath : { InputPath ?: string } ; JsonPathPattern : string ; Label : string ; LocationErrorList : { loc : string [] ; msg : string ; type : string } [] ; NextOrEnd : { End ?: boolean ; Next ?: string } ; Parameters : { Parameters ?: { [ key : string ]: unknown } } ; ParametersOrInputPath : { Parameters ?: { [ key : string ]: unknown } } & { InputPath ?: string ; } ; ParametersOrInputPathNotRequired : { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } ; Pass : { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } ; PrincipalURN : string ; RegisteredApi : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } & { data_templates : { request : { [ key : string ]: unknown } ; response : { [ key : string ]: unknown } ; } ; edited_timestamp ?: string | null ; roles : { administrators ?: string [] ; owners ?: string [] ; viewers ?: string [] ; } ; scheduled_deletion_timestamp ?: string | null ; state_input_schema : { [ key : string ]: unknown } ; status : "ACTIVE" | "INACTIVE" ; subscription_id : string | null ; target : { components ?: { [ key : string ]: unknown } ; destination : { method : "delete" | "get" | "post" | "put" | "patch" ; url : string ; } ; openapi_version : string ; specification : { [ key : string ]: unknown } ; type : "openapi" ; } ; } ; RegisteredApiSummary : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } ; ResultPath : { ResultPath ?: string } ; RunManagers : string [] ; RunMonitors : string [] ; RunUpdate : { label ?: string ; run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] ; } ; Tags : string [] ; ValidateRun : { message : string } ; Wait : { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } ; WebInputResponse : { closed_timestamp : string | null ; context : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } ; created_timestamp : string ; creator_urn : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_schema : Record < string , unknown > ; input_type : "selection" ; options ?: { description : string ; label : string ; option_id : string } [] ; roles : { respondent_urns : string [] ; viewer_urns : string [] } ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; user_roles : ("viewer" | "respondent" )[] ; } ; WebInputSummary : { closed_timestamp : string | null ; created_timestamp : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_type : "selection" ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; title : string ; user_roles : ("viewer" | "respondent" )[] ; } ; }
Type Declaration _WebInputClosedTimestamp : string | null _WebInputContext : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } Optionalpresentation_style ?: string Optionalrows ?: { field : string ; value : string } [] Optionaltitle ?: string _WebInputCreatedTimestamp : string _WebInputCreatorUrn : string _WebInputEditedTimestamp : string _WebInputFlowInfo : { id : string ; title : string } _WebInputId : string _WebInputInputSchema : Record < string , unknown > _WebInputInputType : "selection" _WebInputOptions : { description : string ; label : string ; option_id : string } [] _WebInputRoles : { respondent_urns : string [] ; viewer_urns : string [] } respondent_urns : string [] viewer_urns : string [] _WebInputRunInfo : { id : string ; label : string | null } id : string label : string | null _WebInputStatus : "closed" | "open" _WebInputTitle : string _WebInputUserRoles : ("viewer" | "respondent" )[] Action : { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ( { ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )[] ; } ActivityNotificationPolicy : { status : ("SUCCEEDED" | "FAILED" | "INACTIVE" )[] } status : ("SUCCEEDED" | "FAILED" | "INACTIVE" )[] BatchRunUpdateOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] } BatchRunUpdateSetOperation : { run_managers ?: string [] ; run_monitors ?: string [] ; status ?: "cancel" ; tags ?: string [] ; } Catch : { Catch ?: ( { ErrorEquals : string [] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: string ; } )[] ; } Choice : { Choices : ( { Next ?: string } & { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } ChoiceRule : { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } OptionalAnd ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] OptionalBooleanEquals ?: boolean OptionalBooleanEqualsPath ?: string OptionalIsBoolean ?: boolean OptionalIsNull ?: boolean OptionalIsNumeric ?: boolean OptionalIsPresent ?: boolean OptionalIsString ?: boolean OptionalIsTimestamp ?: boolean OptionalNot ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }OptionalNumericEquals ?: number OptionalNumericEqualsPath ?: string OptionalNumericGreaterThan ?: number OptionalNumericGreaterThanEquals ?: number OptionalNumericGreaterThanEqualsPath ?: string OptionalNumericGreaterThanPath ?: string OptionalNumericLessThan ?: number OptionalNumericLessThanEquals ?: number OptionalNumericLessThanEqualsPath ?: string OptionalNumericLessThanPath ?: string OptionalOr ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] OptionalStringEquals ?: string OptionalStringEqualsPath ?: string OptionalStringGreaterThan ?: string OptionalStringGreaterThanEquals ?: string OptionalStringGreaterThanEqualsPath ?: string OptionalStringGreaterThanPath ?: string OptionalStringLessThan ?: string OptionalStringLessThanEquals ?: string OptionalStringLessThanEqualsPath ?: string OptionalStringLessThanPath ?: string OptionalStringMatches ?: string OptionalTimestampEquals ?: string OptionalTimestampEqualsPath ?: string OptionalTimestampGreaterThan ?: string OptionalTimestampGreaterThanEquals ?: string OptionalTimestampGreaterThanEqualsPath ?: string OptionalTimestampGreaterThanPath ?: string OptionalTimestampLessThan ?: string OptionalTimestampLessThanEquals ?: string OptionalTimestampLessThanEqualsPath ?: string OptionalTimestampLessThanPath ?: string OptionalVariable ?: string ExpressionEval : { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string } Fail : { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } FlowDefinition : { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ( { ErrorEquals : (...)[] ; Next : string ; ResultPath ?: unknown } & { ResultPath ?: (...) | (...); } )[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : ( { Next ?: string } & { And ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; BooleanEquals ?: boolean ; BooleanEqualsPath ?: string ; IsBoolean ?: boolean ; IsNull ?: boolean ; IsNumeric ?: boolean ; IsPresent ?: boolean ; IsString ?: boolean ; IsTimestamp ?: boolean ; Not ?: { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; }; NumericEquals ?: number ; NumericEqualsPath ?: string ; NumericGreaterThan ?: number ; NumericGreaterThanEquals ?: number ; NumericGreaterThanEqualsPath ?: string ; NumericGreaterThanPath ?: string ; NumericLessThan ?: number ; NumericLessThanEquals ?: number ; NumericLessThanEqualsPath ?: string ; NumericLessThanPath ?: string ; Or ?: ( { And?: ...[] | undefined; Or?: ...[] | undefined; Not?: ... | undefined; Variable?: string | undefined; StringEquals?: string | undefined; StringEqualsPath?: string | undefined; StringLessThan?: string | undefined; ... 35 more ...; IsTimestamp?: boolean | undefined; } )[] ; StringEquals ?: string ; StringEqualsPath ?: string ; StringGreaterThan ?: string ; StringGreaterThanEquals ?: string ; StringGreaterThanEqualsPath ?: string ; StringGreaterThanPath ?: string ; StringLessThan ?: string ; StringLessThanEquals ?: string ; StringLessThanEqualsPath ?: string ; StringLessThanPath ?: string ; StringMatches ?: string ; TimestampEquals ?: string ; TimestampEqualsPath ?: string ; TimestampGreaterThan ?: string ; TimestampGreaterThanEquals ?: string ; TimestampGreaterThanEqualsPath ?: string ; TimestampGreaterThanPath ?: string ; TimestampLessThan ?: string ; TimestampLessThanEquals ?: string ; TimestampLessThanEqualsPath ?: string ; TimestampLessThanPath ?: string ; Variable ?: string ; } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } FlowEmbed : { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } created_at : string Optionaldeleted_at ?: string Optionaldescription ?: string Optionalflow_owner ?: string id : string Optionalkeywords ?: string [] Optionalsubtitle ?: string title : string Optionalupdated_at ?: string FlowResponse : { api_version ?: "1.0" ; created_at ?: string ; definition ?: { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ((...) & (...))[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : ( { Next ?: (...) | (...) } & { And ?: (...) | (...); BooleanEquals ?: (...) | (...) | (...); BooleanEqualsPath ?: (...) | (...); IsBoolean ?: (...) | (...) | (...); IsNull ?: (...) | (...) | (...); IsNumeric ?: (...) | (...) | (...); IsPresent ?: (...) | (...) | (...); IsString ?: (...) | (...) | (...); IsTimestamp ?: (...) | (...) | (...); Not ?: (...) | (...); NumericEquals ?: (...) | (...); NumericEqualsPath ?: (...) | (...); NumericGreaterThan ?: (...) | (...); NumericGreaterThanEquals ?: (...) | (...); NumericGreaterThanEqualsPath ?: (...) | (...); NumericGreaterThanPath ?: (...) | (...); NumericLessThan ?: (...) | (...); NumericLessThanEquals ?: (...) | (...); NumericLessThanEqualsPath ?: (...) | (...); NumericLessThanPath ?: (...) | (...); Or ?: (...) | (...); StringEquals ?: (...) | (...); StringEqualsPath ?: (...) | (...); StringGreaterThan ?: (...) | (...); StringGreaterThanEquals ?: (...) | (...); StringGreaterThanEqualsPath ?: (...) | (...); StringGreaterThanPath ?: (...) | (...); StringLessThan ?: (...) | (...); StringLessThanEquals ?: (...) | (...); StringLessThanEqualsPath ?: (...) | (...); StringLessThanPath ?: (...) | (...); StringMatches ?: (...) | (...); TimestampEquals ?: (...) | (...); TimestampEqualsPath ?: (...) | (...); TimestampGreaterThan ?: (...) | (...); TimestampGreaterThanEquals ?: (...) | (...); TimestampGreaterThanEqualsPath ?: (...) | (...); TimestampGreaterThanPath ?: (...) | (...); TimestampLessThan ?: (...) | (...); TimestampLessThanEquals ?: (...) | (...); TimestampLessThanEqualsPath ?: (...) | (...); TimestampLessThanPath ?: (...) | (...); Variable ?: (...) | (...); } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string ; } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } ; description ?: string ; flow_administrators ?: string [] ; flow_owner ?: string ; flow_starters ?: string [] ; flow_url ?: string ; flow_viewers ?: string [] ; globus_auth_scope ?: string ; globus_auth_scopes_by_RunAs ?: string [] ; globus_auth_username ?: string ; id ?: string ; input_schema ?: Record < string , unknown > | null ; is_high_assurance ?: boolean ; keywords ?: string [] ; log_supported ?: boolean ; principal_urn ?: string ; subscription_id ?: string ; subtitle ?: string ; synchronous ?: boolean ; title ?: string ; types ?: ("Action" | "Event" )[] ; updated_at ?: string ; user_role ?: | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "run_manager" | "run_monitor" ; user_roles ?: ( | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "flow_run_manager" | "flow_run_monitor" )[] ; } Optionalapi_version ?: "1.0" Optionalcreated_at ?: string Optionaldefinition ?: { Comment ?: string ; StartAt : string ; States : { [ key : string ]: | { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } | { ActionScope ?: string ; ActionUrl : string ; Catch ?: unknown ; Comment ?: unknown ; End ?: unknown ; ExceptionOnActionFailure : boolean ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; RunAs ?: string ; Type : string ; WaitTime ?: number ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } & { Catch ?: ((...) & (...))[] ; } | { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } | { Choices : ( { Next ?: (...) | (...) } & { And ?: (...) | (...); BooleanEquals ?: (...) | (...) | (...); BooleanEqualsPath ?: (...) | (...); IsBoolean ?: (...) | (...) | (...); IsNull ?: (...) | (...) | (...); IsNumeric ?: (...) | (...) | (...); IsPresent ?: (...) | (...) | (...); IsString ?: (...) | (...) | (...); IsTimestamp ?: (...) | (...) | (...); Not ?: (...) | (...); NumericEquals ?: (...) | (...); NumericEqualsPath ?: (...) | (...); NumericGreaterThan ?: (...) | (...); NumericGreaterThanEquals ?: (...) | (...); NumericGreaterThanEqualsPath ?: (...) | (...); NumericGreaterThanPath ?: (...) | (...); NumericLessThan ?: (...) | (...); NumericLessThanEquals ?: (...) | (...); NumericLessThanEqualsPath ?: (...) | (...); NumericLessThanPath ?: (...) | (...); Or ?: (...) | (...); StringEquals ?: (...) | (...); StringEqualsPath ?: (...) | (...); StringGreaterThan ?: (...) | (...); StringGreaterThanEquals ?: (...) | (...); StringGreaterThanEqualsPath ?: (...) | (...); StringGreaterThanPath ?: (...) | (...); StringLessThan ?: (...) | (...); StringLessThanEquals ?: (...) | (...); StringLessThanEqualsPath ?: (...) | (...); StringLessThanPath ?: (...) | (...); StringMatches ?: (...) | (...); TimestampEquals ?: (...) | (...); TimestampEqualsPath ?: (...) | (...); TimestampGreaterThan ?: (...) | (...); TimestampGreaterThanEquals ?: (...) | (...); TimestampGreaterThanEqualsPath ?: (...) | (...); TimestampGreaterThanPath ?: (...) | (...); TimestampLessThan ?: (...) | (...); TimestampLessThanEquals ?: (...) | (...); TimestampLessThanEqualsPath ?: (...) | (...); TimestampLessThanPath ?: (...) | (...); Variable ?: (...) | (...); } )[] ; Comment ?: string ; Default ?: string ; Type ?: string ; } | { Comment ?: unknown ; Next : string ; Parameters : unknown ; ResultPath : unknown ; Type ?: string ; } & { Parameters ?: { [ key : string ]: unknown } } & { ResultPath ?: string } | { Cause ?: string ; Comment ?: string ; Error ?: string ; Type ?: string } ; } ; } Optionaldescription ?: string Optionalflow_administrators ?: string [] Optionalflow_owner ?: string Optionalflow_starters ?: string [] Optionalflow_url ?: string Optionalflow_viewers ?: string [] Optionalglobus_auth_scope ?: string Optionalglobus_auth_scopes_by_RunAs ?: string [] Optionalglobus_auth_username ?: string Optionalid ?: string Optionalinput_schema ?: Record < string , unknown > | null Optionalis_high_assurance ?: boolean Optionalkeywords ?: string [] Optionallog_supported ?: boolean Optionalprincipal_urn ?: string Optionalsubscription_id ?: string Optionalsubtitle ?: string Optionalsynchronous ?: boolean Optionaltitle ?: string Optionaltypes ?: ("Action" | "Event" )[] Optionalupdated_at ?: string Optionaluser_role ?: | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "run_manager" | "run_monitor" Optionaluser_roles ?: ( | "flow_owner" | "flow_viewer" | "flow_starter" | "flow_administrator" | "flow_run_manager" | "flow_run_monitor" )[] FlowRun : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: ( | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )[] ; } action_id : string blocking_web_input_id : string | null completion_time : string details : Record < string , unknown > | null Optionaldisplay_status ?: string flow_id : string flow_last_updated : string label : string run_id : string Optionalrun_managers ?: string [] Optionalrun_monitors ?: string [] run_owner : string start_time : string status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" tags : string [] user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" Optionaluser_roles ?: ( | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )[] FlowRunWithFlowEmbed : { action_id : string ; blocking_web_input_id : string | null ; completion_time : string ; details : Record < string , unknown > | null ; display_status ?: string ; flow_id : string ; flow_last_updated : string ; label : string ; run_id : string ; run_managers ?: string [] ; run_monitors ?: string [] ; run_owner : string ; start_time : string ; status : "SUCCEEDED" | "FAILED" | "ACTIVE" | "INACTIVE" | "ENDED" ; tags : string [] ; user_role : | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" ; user_roles ?: ( | "run_manager" | "run_monitor" | "run_owner" | "flow_run_manager" | "flow_run_monitor" )[] ; } & { flow_description ?: { created_at : string ; deleted_at ?: string ; description ?: string ; flow_owner ?: string ; id : string ; keywords ?: string [] ; subtitle ?: string ; title : string ; updated_at ?: string ; } ; } FlowScopes : { [ key : string ]: string [] } FlowValidationErrorResponse : { debug_id : string ; error : { code : string ; detail : string | { loc : string [] ; msg : string ; type : string } [] ; message ?: string ; } ; } debug_id : string error : { code : string ; detail : string | { loc : string [] ; msg : string ; type : string } [] ; message ?: string ; } code : string detail : string | { loc : string [] ; msg : string ; type : string } [] Optionalmessage ?: string FlowValidationResponse : { scopes ?: { [ key : string ]: string [] } } GetRunDefinitionResponse : { definition : Record < string , unknown > ; flow_id : string ; input_schema : Record < string , unknown > ; } definition : Record < string , unknown > flow_id : string input_schema : Record < string , unknown > InputBody : { [ key : string ]: unknown } InputPath : { InputPath ?: string } JsonPathPattern : string Label : string LocationErrorList : { loc : string [] ; msg : string ; type : string } [] NextOrEnd : { End ?: boolean ; Next ?: string } Parameters : { Parameters ?: { [ key : string ]: unknown } } ParametersOrInputPath : { Parameters ?: { [ key : string ]: unknown } } & { InputPath ?: string } ParametersOrInputPathNotRequired : { Parameters ?: { [ key : string ]: unknown } } & { InputPath ?: string } Pass : { Comment ?: unknown ; End ?: unknown ; InputPath ?: unknown ; Next ?: unknown ; Parameters ?: unknown ; ResultPath ?: unknown ; Type ?: string ; } & { End ?: boolean ; Next ?: string } & { Parameters ?: { [ key : string ]: unknown } ; } & { InputPath ?: string } & { ResultPath ?: string } PrincipalURN : string RegisteredApi : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } & { data_templates : { request : { [ key : string ]: unknown } ; response : { [ key : string ]: unknown } ; } ; edited_timestamp ?: string | null ; roles : { administrators ?: string [] ; owners ?: string [] ; viewers ?: string [] } ; scheduled_deletion_timestamp ?: string | null ; state_input_schema : { [ key : string ]: unknown } ; status : "ACTIVE" | "INACTIVE" ; subscription_id : string | null ; target : { components ?: { [ key : string ]: unknown } ; destination : { method : "delete" | "get" | "post" | "put" | "patch" ; url : string ; } ; openapi_version : string ; specification : { [ key : string ]: unknown } ; type : "openapi" ; } ; } RegisteredApiSummary : { created_timestamp : string ; description : string ; id : string ; name : string ; updated_timestamp : string ; } created_timestamp : string description : string id : string name : string updated_timestamp : string ResultPath : { ResultPath ?: string } RunManagers : string [] RunMonitors : string [] RunUpdate : { label ?: string ; run_managers ?: string [] ; run_monitors ?: string [] ; tags ?: string [] ; } Tags : string [] ValidateRun : { message : string } Wait : { Comment ?: unknown ; Next ?: string ; Seconds ?: number ; SecondsPath ?: string ; Timestamp ?: string ; TimestampPath ?: string ; Type ?: string ; } OptionalComment ?: unknown OptionalNext ?: string OptionalSeconds ?: number OptionalSecondsPath ?: string OptionalTimestamp ?: string OptionalTimestampPath ?: string OptionalType ?: string WebInputResponse : { closed_timestamp : string | null ; context : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } ; created_timestamp : string ; creator_urn : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_schema : Record < string , unknown > ; input_type : "selection" ; options ?: { description : string ; label : string ; option_id : string } [] ; roles : { respondent_urns : string [] ; viewer_urns : string [] } ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; user_roles : ("viewer" | "respondent" )[] ; } closed_timestamp : string | null context : { presentation_style ?: string ; rows ?: { field : string ; value : string } [] ; title ?: string ; } Optionalpresentation_style ?: string Optionalrows ?: { field : string ; value : string } [] Optionaltitle ?: string created_timestamp : string creator_urn : string edited_timestamp : string flow : { id : string ; title : string } id : string input_schema : Record < string , unknown > input_type : "selection" Optionaloptions ?: { description : string ; label : string ; option_id : string } [] roles : { respondent_urns : string [] ; viewer_urns : string [] } respondent_urns : string [] viewer_urns : string [] run : { id : string ; label : string | null } id : string label : string | null status : "closed" | "open" user_roles : ("viewer" | "respondent" )[] WebInputSummary : { closed_timestamp : string | null ; created_timestamp : string ; edited_timestamp : string ; flow : { id : string ; title : string } ; id : string ; input_type : "selection" ; run : { id : string ; label : string | null } ; status : "closed" | "open" ; title : string ; user_roles : ("viewer" | "respondent" )[] ; } closed_timestamp : string | null created_timestamp : string edited_timestamp : string flow : { id : string ; title : string } id : string input_type : "selection" run : { id : string ; label : string | null } id : string label : string | null status : "closed" | "open" title : string user_roles : ("viewer" | "respondent" )[]
Description
Given a pair of comma-separated ISO 8601 datetime strings, filter results to only those runs which completed execution within the specified range.