Journeystasksproperties
Journeystasksproperties
Columns
| Name | Type | Description |
| JourneysJourneyId [KEY] | Long | Finds all journey templates that match the primary key specified. |
| TasksJourneyTaskId [KEY] | Long | Unique identifier of the journey task. |
| Code [KEY] | String | Code of the journey template task property. |
| Name | String | Name of the journey template task property. |
| Category | String | Name of the group for journey template task property. |
| CategoryMeaning | String | Meaning of the group for journey template task property. |
| Sequence | Long | Sequence of the journey template task property. |
| Level | String | Property level for the journey template task. |
| DisabledForLineManagerFlag | Bool | Indicates if the journey template task property is disabled for line manager. Default value depends on the task type. |
| DisabledForOthersFlag | Bool | Indicates if the journey template task property is disabled for other users. Default value depends on the task type. |
| DisabledForOwnerFlag | Bool | Indicates if the journey template task property is disabled for owner. Default value depends on the task type. |
| DisabledForPerformerFlag | Bool | Indicates if the journey template task property is disabled for performer. Default value depends on the task type. |
| PerformerLookupType | String | Journey template task property type for performer. |
| OwnerLookupType | String | Journey template task property type for owner. |
| LineManagerLookupType | String | Journey template task property type for line manager. |
| OthersLookupType | String | Journey template task property type for other user. |
| PerformerDefaultValue | String | Default value of the journey template task property for performer. |
| OwnerDefaultValue | String | Default value of the journey template task property for owner. |
| LineManagerDefaultValue | String | Default value of the journey template task property for line manager. |
| OthersDefaultValue | String | Default value of the journey template task property for other user. |
| OverriddenFlag | Bool | Indicates if the journey template property is overridden. Default value depends on the task type. |
| PerformerValue | String | Value of the journey template task property for performer. |
| OwnerValue | String | Value of the journey template task property for owner. |
| LineManagerValue | String | Value of the journey template task property for line manager. |
| OthersValue | String | Value of the journey template task property for other user. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| CategoryFilter | String | CategoryFilter |
| CodeFilter | String | CodeFilter |
| Context | String | Context |
| ContextualAction | String | ContextualAction |
| ExcludePersonal | String | ExcludePersonal |
| Facets | String | Facets |
| FilterAttributes | String | FilterAttributes |
| JourneyId | Long | JourneyId |
| LevelFilter | String | LevelFilter |
| SearchTerms | String | SearchTerms |
| SubCategoryFilter | String | SubCategoryFilter |
| SubjectAssignmentId | Long | SubjectAssignmentId |
| SubjectPersonId | Long | SubjectPersonId |
| Finder | String | finder |