v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData Enhancement
This creates a new Workflow
Creates a Workflow resource.
post/workflows
Request body
Example request
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"steps": [
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"color": "#4DABF7"
}
],
"transitions": [
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"originStepId": "origin_step_identifier",
"targetStepId": "target_step_identifier",
"permissionFeatures": [
"permission_feature_identifier_1",
"permission_feature_identifier_2"
]
}
]
}Response
Workflow resource created
Example response
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"steps": [
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"color": "#4DABF7"
}
],
"transitions": [
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"originStepId": "origin_step_identifier",
"targetStepId": "target_step_identifier",
"permissionFeatures": [
"permission_feature_identifier_1",
"permission_feature_identifier_2"
]
}
],
"id": "identifier_example"
}