Preparing search index...
The search index is not available
@mediafly/frontend-api - v14.14.0
@mediafly/frontend-api
createWorkflow
Function createWorkflow
create
Workflow
(
name
,
status
,
subject
,
triggers
,
graph
)
:
Promise
<
{
data
:
string
;
}
>
Creates a new workflow with the given name. Returns the id of the newly created Workflow.
Parameters
name
:
string
status
:
WorkflowStatus
subject
:
WorkflowSubject
triggers
:
Trigger
[]
graph
:
WorkflowGraph
Returns
Promise
<
{
data
:
string
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mediafly/frontend-api - v14.14.0
Loading...
Creates a new workflow with the given name. Returns the id of the newly created Workflow.