Globus SDK for JavaScript
Preparing search index...
@globus/sdk
flows
flows
create
Function create
create
(
options
?:
{
payload
:
{
definition
:
Record
<
string
,
any
>
;
description
?:
string
;
flow_administrators
?:
string
[]
;
flow_viewers
?:
string
[]
;
flows_starters
?:
string
[]
;
input_schema
?:
Record
<
string
,
any
>
;
keywords
?:
string
[]
;
subscription_id
?:
string
;
subtitle
?:
string
;
title
?:
string
;
}
;
query
?:
undefined
;
}
&
BaseServiceMethodOptions
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
Response
>
Create a Flow
Parameters
Optional
options
:
{
payload
:
{
definition
:
Record
<
string
,
any
>
;
description
?:
string
;
flow_administrators
?:
string
[]
;
flow_viewers
?:
string
[]
;
flows_starters
?:
string
[]
;
input_schema
?:
Record
<
string
,
any
>
;
keywords
?:
string
[]
;
subscription_id
?:
string
;
subtitle
?:
string
;
title
?:
string
;
}
;
query
?:
undefined
;
}
&
BaseServiceMethodOptions
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
Response
>
See
https://globusonline.github.io/globus-flows/#tag/Flows/paths/~1flows/post
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
Create a Flow