Cflow · Schema

Cflow Request

A Request is a submission within a workflow that moves through stages for review, approval, or rejection.

AutomationsBusiness Process AutomationIntegrationsNo-CodePlatformProtocolsRulesWorkflows

Properties

Name Type Description
id string Unique identifier of the request.
workflowId string Identifier of the associated workflow.
status string Current status of the request.
currentStage string Name or identifier of the current process stage.
fields object Dynamic key-value pairs representing the form field data for the request.
submittedBy string Username of the person who submitted the request.
createdAt string Timestamp when the request was created.
updatedAt string Timestamp when the request was last updated.
View JSON Schema on GitHub