Task Management in FlowX.AI is a core functionality that allows users to create, configure, and manage tasks within the platform, providing a structured way to handle work processes. It enables the definition of tasks based on business processes, offers tools for allocating, tracking, and managing tasks across various roles and departments, and supports customization through views, filters, and rules.
In
operator. Only parent enums are available for mapping in Task Management (ensure enums are mapped in the data model beforehand).Not equal
, In
, Starts with
, Ends with
, Contains
, and Not contains
.Equals
, Not equal
, Greater than
, Less than
, Greater than or equal
, and Less than or equal
.Equals
, Not equal
, Greater than
, Less than
, Greater than or equal
, Less than or equal
, and In range
.Equals
operator.STARTED
)Status | Definition |
---|---|
Created | This status is visible only if there is an issue with the process creation. If the process is error-free in its configuration, you will see the Started status instead. |
Started | Indicates that the process is in progress and running. |
Finished | The process has reached an end node and completed its execution. |
Failed | Displayed when a CronJob is enabled in the FlowX Engine. For example, if a CronJob is triggered but not completed on time, tasks move to the FAILED status. |
Expired | Displayed when
|
Aborted | This status is available for processes that also contain subprocesses. When a subprocess is running (and the token is moved backward to redo a series of previous actions) - the subprocess will be aborted. |
Dismissed | Available for processes that contain subprocesses. It is displayed when a user stops a subprocess. |
On hold | Freezes the process, blocking further actions. A superuser can trigger this status for clarification or unfreeze. |
Terminated | A request is sent via Kafka to terminate a process instance, ending all active tokens in the current process or subprocesses. |
Status | Definition |
---|---|
Swimlane Enter | Marks token entering a new swimlane. |
Swimlane Exit | Indicates token exiting a swimlane. |
Status | Definition |
---|---|
Stage Enter | Marks token entering a new stage. |
Stage Exit | Indicates token exiting a stage. |
FLOWX_BACKOFFICE
FLOWX_MANAGER
${genericParameter}
.baseURL
set in the process data (business rules) will override the baseURL
set in the process definition settings.KAFKA_TOPIC_PROCESS_OPERATIONS_BULK_IN
(request sent from the Process Engine) to send bulk operations to KAFKA_TOPIC_PROCESS_OPERATIONS_BULK_OUT
(Task Management) as an array, allowing multiple operations at once. More details here.What happens to currencies, numbers, and dates already indexed when a locale or format override is applied in the UI Designer?
Can I switch to full-code if I'm not satisfied with the current view and filter options?
How are subprocess keys handled in Task Management?