Skip to main content
_id
string

An unique identifier for the flow record, often used for database or system reference.

organizationId
string

Identifier for the organization or company that owns or manages the flow.

name
string

The name of flow. Name must be unique at organization. When creating a flow, you cannot use the flow with the name Handover because it has been used as a reserved key.

pages
object[]

Settings that will define the detail information of flow structure.

configurations
object[]

An object containing various configuration settings for advance setting of the flow.

isDefault
boolean

Indicating whether the flow is marked as default (false means it's not default).

orderIndex
integer

Identifier to order flow. User can define it by number value.

version
integer

Version of flow. The version will increase when the user makes changes to the flow.

createdBy
string

A user email, representing the user who created flow.

updatedBy
string

A user email, representing the user who updated flow.

createdTime
string<date-time>

Timestamp represents the date and time when this flow data was initially created.

updatedTime
string<date-time>

Timestamp represents the last time the flow data was updated. It includes date and time information.

failedCode
enum<string>

Flow Management Module business codes that indicate specific failure conditions or business rule violations during flow operations. These codes help identify the exact nature of flow-related failures and provide standardized failure identification across the system.

Possible values:

  • flow-031: Duplicate entry - Flow name already exists
  • flow-032: Invalid state/condition - Flow state invalid
  • flow-033: Flow not found - Flow does not exist
  • flow-034: Flow validation failed - Invalid flow structure
  • flow-035: Access forbidden - User lacks flow permission
  • flow-036: Flow creation failed - Failed to create flow
  • flow-037: Flow update failed - Failed to update flow
  • flow-038: Flow delete failed - Failed to delete flow
  • flow-039: Component failure - Invalid component configuration
  • flow-040: Version conflict - Flow version mismatch
  • flow-041: Dependency failure - Missing required dependencies
  • flow-042: Template failure - Invalid flow template
  • flow-043: License failure - Flow feature not in license
  • flow-044: Export failure - Failed to export flow
  • flow-045: Server failure - Internal server failure
Available options:
flow-031,
flow-032,
flow-033,
flow-034,
flow-035,
flow-036,
flow-037,
flow-038,
flow-039,
flow-040,
flow-041,
flow-042,
flow-043,
flow-044,
flow-045