All Products
Search
Document Center

CloudFlow:List of operations by function

Last Updated:Apr 11, 2024
This product(fnf/2019-03-15) OpenAPI adopts RPC Signature style. See signature details in Description of the signature mechanism. We have packaged SDKs for common programming languages for developers. Developers can directly call the OpenAPI of this product by downloading the SDK without paying attention to the technical details. If the existing SDK cannot meet the usage requirements, you can connect through the signature mechanism. It will take about 5 working days. Therefore, it is recommended to join our DingTalk service group (11370001915) and sign under the guidance of experts.
Before using the API, you need to prepare your identity account and access key (AccessKey) to effectively access the API through client tools (SDK, CLI, etc.). For details see getAccessKey.

Flow

APITitleDescription
CreateFlowCreateFlowCreates a flow.
DeleteFlowDeleteFlowDeletes an existing flow.
UpdateFlowUpdateFlowUpdates a flow.
DescribeFlowDescribeFlowQueries the information about a flow.
ListFlowsListFlowsQueries a list of flows.

Execution

APITitleDescription
StartExecutionStartExecutionStarts the execution of a workflow.
StopExecutionStopExecutionStops an execution that is in progress in a flow.
DescribeExecutionDescribeExecutionQueries an execution in a flow. The long polling mode is supported. The maximum waiting period for long polling depends on the value of the WaitTimeSeconds parameter.
ListExecutionsListExecutionsQueries all historical executions of a flow.
GetExecutionHistoryGetExecutionHistoryQueries the details about each step in an execution process.
StartSyncExecutionStartSyncExecutionSynchronously starts an execution in a flow.

Task

APITitleDescription
ReportTaskFailedReportTaskFailedReports a failed task.
ReportTaskSucceededReportTaskSucceededReports a successful task.

Time-Based Schedules

APITitleDescription
CreateScheduleCreateScheduleCreates a time-based schedule.
DeleteScheduleDeleteScheduleDeletes a time-based schedule.
UpdateScheduleUpdateScheduleUpdates a time-based schedule.
DescribeScheduleDescribeScheduleQueries the detailed information about a time-based schedule.
ListSchedulesListSchedulesQueries time-based schedules in a flow.