workflow_goal Table (516)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| workflow_goal_id | Primary key | PK | |
| workflow_id | The flow this goal belongs to | FK workflow | ● |
| goal_type | A goal that will conclude the workflow | Enum WorkflowGoalType | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| workflow_goal_id | PK | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| workflow | SuperOffice specific info about a workflow |
Replication Flags
- None
Security Flags
- Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.