id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| workflow-definition |
WorkflowDefinition |
WorkflowDefinition |
WorkflowDefinition |
pythonsdk |
| python |
| Python |
| sdk |
| WorkflowDefinition |
| WorkflowDefinition |
|
/tools/sdk/python/v3/models/workflow-definition |
| SDK |
| Software Development Kit |
| WorkflowDefinition |
| WorkflowDefinition |
|
WorkflowDefinition
The map of steps that the workflow will execute.
Properties
| Name |
Type |
Description |
Notes |
| start |
str |
The name of the starting step. |
[optional] |
| steps |
map[string]object |
One or more step objects that comprise this workflow. Please see the Workflow documentation to see the JSON schema for each step type. |
[optional] |
| } |
|
|
|
Example
[Back to top]