title: "ScheduledWorkflow" category: reference tags: [entity, scheduled-workflow, datamodel] source: Entities.xml date: 2026-04-17 status: published
ScheduledWorkflow
Type: Entity Properties: 14 Contexts: 1 Statussen: 2
Contextsbewerken
- 0: Scheduled workflow (
ScheduledWorkflowContext.None)
Statussenbewerken
- -1: Trash (
ScheduledWorkflowStatus.Trash) - 0: None (
ScheduledWorkflowStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SSWFLID | 37 | false | |
| Active | Boolean | SSWFLACTIVE | false | 0 | |
| Context | Context | SSWFLCONTEXT | false | ||
| ExecuteAsUser | User | SSWFLEXECUTEASSUSEID | true | ||
| Exported | Boolean | SSWFLEXPORTED | false | 0 | |
| FailCount | Int32 | SSWFLFAILCOUNT | false | 0 | |
| LastCheck | DateTime? | SSWFLLASTCHECK | true | ||
| NextCheck | DateTime? | SSWFLNEXTCHECK | true | ||
| Properties | List[ScheduledWorkflowProperty] | SSWFPSSWFLID | false | ||
| Remarks | UltimoString | SSWFLREMARKS | 200 | true | |
| Status | Status | SSWFLRECSTATUS | false | ||
| TimeBetweenChecks | Int32 | SSWFLTIMEBETWEENCHECKS | false | 0 | |
| TimePattern | TimeslotPattern | SSWFLTIMEPATTERN | true | ||
| WorkflowName | UltimoString | SSWFLWORKFLOWNAME | 250 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ScheduledWorkflow")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - Workflows —
find_workflows("", entity="ScheduledWorkflow")Before/After Save events voor ScheduledWorkflow. Bron:workflows.xml.