Get a task
get
/hcmRestApi/resources/11.13.18.05/workerJourneys/{WorkerJourneyId}/child/tasks/{tasksUniqID}
Request
Path Parameters
-
WorkerJourneyId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
tasksUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Tasks resource and used to uniquely identify an instance of Tasks. The client should not generate the hash key value. Instead, the client should query on the Tasks collection resource in order to navigate to a specific instance of Tasks to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : workerJourneys-tasks-item-response
Type:
Show Source
object-
AccessActivity: string
Title:
Access TaskRead Only:trueSetting that determines if the signed in user can access the task. -
AccessAttachments: string
Title:
Access AttachmentsRead Only:trueSetting that determines if the signed in user can access the task attachments. -
AccessComments: string
Title:
Access CommentsRead Only:trueSetting that determines if the signed in user can access the task comments. -
AccessContact: string
Title:
Access Contact InformationRead Only:trueSetting that determines if the signed in user can access the task contact details. -
AccessGuidedJourney: string
Read Only:
trueSetting that determines if the signed in user can access the guided journey. -
AccessNotes: string
Title:
Access NotesRead Only:trueSetting that determines if the signed in user can access the task notes. -
ActionAddToCalendar: string
Title:
Add Task to CalendarRead Only:trueSetting that determines if the signed in user can add the task as a calendar event. -
ActionAddToCalendarLabel: string
Maximum Length:
120Setting that enables to change the label of the add to calendar action. -
ActionComplete: string
Title:
Mark as CompleteRead Only:trueSetting that determines if the signed in user can mark a task complete. -
ActionCompleteLabel: string
Maximum Length:
120Setting that enables to change the label of the complete action. -
ActionEdit: string
Title:
EditRead Only:trueSetting that determines if the signed in user can edit the task. -
ActionEditDueDate: string
Title:
Edit Due DateRead Only:trueSetting that determines if the signed in user can edit the due date of the task. -
ActionReassign: string
Title:
ReassignRead Only:trueSetting that determines if the signed in user can reassign the task. -
ActionReject: string
Title:
Mark as Not ApplicableRead Only:trueSetting that determines if the signed in user can mark the task as not applicable. -
ActionRejectLabel: string
Maximum Length:
120Setting that enables to change the label of the not applicable action. -
ActionRemove: string
Title:
RemoveRead Only:trueSetting that determines if the signed in user can remove the task. -
ActionReopen: string
Title:
ReopenRead Only:trueSetting that determines if the signed in user can reopen a completed task. -
ActionSave: string
Read Only:
trueSetting that determines if the signed in user can save an incomplete task. -
ActionSaveLabel: string
Maximum Length:
120Setting that enables to change the label of the save as draft action. -
ActionSendReminder: string
Read Only:
trueMaximum Length:255Setting that determines if the signed in user can send a reminder for a task. -
ActionURL: string
Title:
URLMaximum Length:1000URL associated with the task that's entered on the setup screen. -
ActivityAction1Label: string
Maximum Length:
120Setting that enables to change the label of action 1. -
ActivityAction2Label: string
Maximum Length:
120Setting that enables to change the label of action 2. -
ActivityAction3Label: string
Maximum Length:
120Setting that enables to change the label of action 3. -
ActivityAction4Label: string
Maximum Length:
120Setting that enables to change the label of action 4. -
ActivityAction5Label: string
Maximum Length:
120Setting that enables to change the label of action 5. -
ActualEndDate: string
(date)
Title:
Actual End DateDate on which the task was completed. -
ActualStartDate: string
(date)
Title:
Actual Start DateDate on which the task was opened. -
AddAttachmentsToDORFlag: boolean
Task attachment addition to document records.
-
AddToCalendar: string
(byte)
Title:
Add to CalendarRead Only:trueAddition of the task as a calendar event. -
AddToLibraryFlag: boolean
Task addition to personal library.
-
AllowAttachmentFlag: boolean
Indicates whether attachments are enabled for a task. Valid values are Yes or No. The default value is No.
-
AllowCommentFlag: boolean
Indicates whether comments are enabled for a task. Valid values are Yes or No. The default value is No.
-
AllowNotesContentFlag: boolean
Indicates whether rich content can be added for notes. Valid values are Yes or No. The default is Yes.
-
AllowNoteTitleFlag: boolean
Indicates whether the Notes title is hidden or not. Valid values are Yes and No. The default value is No.
-
AnalysisParameters: string
Read Only:
trueMaximum Length:4000Parameters associated with an analytics task type. -
AnalysisPath: string
Read Only:
trueMaximum Length:1000OTBI analysis path for an analytics task type. -
AnalyticsSubType: string
Read Only:
trueMaximum Length:80Subtype of analytics task type. -
ApplicationTaskName: string
Title:
Application TaskRead Only:trueDisplay name of the application task -
AttachmentDocumentTypeId: integer
(int64)
Title:
Document Type for AttachmentsAttachments to add to document records for the given document type. -
AttachmentDocumentTypeName: string
Title:
Document Type Name for AttachmentsRead Only:trueMaximum Length:80Attachments to add to document records for the given document type name. -
attachments: array
Candidate Attachments
Title:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team. -
AuthenticationFormat: string
Read Only:
truePassword authentication format for an electronic signature task. -
AuthenticationInstructionText: string
Title:
Password Authentication Instruction TextRead Only:trueInstruction text used in the password authentication of an electronic signature task. -
Comments: string
Title:
CommentsMaximum Length:4000Comments for the task. -
CompletedByDisplayName: string
Title:
Completed by Person NameRead Only:trueName of the person who completed the task. -
CompletedByPersonId: string
Title:
Completed by Person IDRead Only:truePerson identifier of the person who completed the task. -
CompletedFeedFlag: boolean
Indicates whether the atom feed is enabled when a journey task is completed.
-
CompletionDate: string
(date)
Title:
Completed OnRead Only:trueEnd date of the task. -
ConfigurableFormContext: string
Title:
Configurable FormMaximum Length:80Descriptive flexfield context code for configurable form task type. -
ContentProviderCode: string
Maximum Length:
240Code of the user-defined content task. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the task. -
CreationDate: string
(date-time)
Read Only:
trueDate on which the task was created. -
DeferredStartDate: string
(date)
Title:
Deferred Task Start DateDeferred start date for a deferred task. -
DeletedFeedFlag: boolean
Indicates whether the atom feed is enabled when a journey task is deleted.
-
DependentTaskId: integer
(int64)
Title:
Preceding Task IDRead Only:trueUnique identifier of the dependent task. -
DependentTaskName: string
Title:
Preceding TaskRead Only:trueMaximum Length:240Name of the dependent task. -
Description: string
Title:
DescriptionMaximum Length:4000Description of the task. -
DisplayOptions: string
Read Only:
trueMaximum Length:4000Type of OTBI analysis. -
documents: array
Candidate Attachments
Title:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team. -
DocumentTypeId: integer
(int64)
Title:
Document Type IdentifierIdentifier of the document type. -
DocumentTypeName: string
Title:
Document TypeRead Only:trueMaximum Length:80Name of the document type. -
EmbeddedApplicationTaskCode: string
Maximum Length:
240Code of the embedded application task. -
EmbeddedApplicationTaskTypeId: integer
(int64)
Unique identifier of the embedded application task.
-
EnableEmailFlag: boolean
Read Only:
trueIndicates whether the email field is enabled for a native electronic signature journey task. -
EnableExpiryFlag: boolean
Maximum Length:
4Indicates whether the task should expire. Valid values are Yes and No. The default value is No. -
EnableSignatureFlag: boolean
Read Only:
trueIndicates whether the signature field is enabled for a native electronic signature journey task. -
ErrorDetails: string
Title:
Error DetailsRead Only:trueError details, if any, for the task. -
ErrorMessage: string
Title:
Error MessageRead Only:trueError message, if any, for the task. -
ErrorType: string
Title:
Error TypeRead Only:trueError type, if any, for the task. -
ExpiryDate: string
(date)
Date on which the journey task expires.
-
ExpiryDuration: integer
(int32)
Title:
Expiry DaysDuration after which the task expires. -
ExpiryRelativeTo: string
Maximum Length:
30Criteria based on which the task expires. -
ExpiryRelativeToMeaning: string
Title:
MeaningRead Only:trueMaximum Length:80Meaning of the criteria based on which the task expires. -
FeedFlag: boolean
Indicates whether the atom feed is enabled for a journey task.
-
GuidedJourneyCode: string
Maximum Length:
240Code of the guided journey. -
GuidedJourneyTaskCodes: string
Maximum Length:
4000Code of the guided journey task. -
InitiatedFeedFlag: boolean
Indicates whether the atom feed is enabled when a journey task is initiated.
-
JourneyTaskId: integer
(int64)
Title:
Task IdentifierRead Only:trueIdentifier of the journey task. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate on which the task was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the task. -
LearnCommunityId: integer
(int64)
Identifier of the learning community.
-
LearnEnrollmentId: integer
(int64)
Identifier of the learning enrollment.
-
LearnEnrollmentType: string
Maximum Length:
80Type of learning enrollment. -
LearningContentType: string
Maximum Length:
80Type of learning content. -
LearningContentTypeMeaning: string
Read Only:
trueMeaning of the learning content type. -
LearningItemId: integer
(int64)
Unique identifier of the learning item.
-
learningItems: array
Learning Content Items List of Values
Title:
Learning Content Items List of ValuesThe learningContentItemsLOV resource provides a list of learning content items such as SCORM, HACP, PDF, video, assessment, and web link. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:240Name of the journey task. -
Notes: string
(byte)
Title:
NotesNotes for the task. The notes text is stored as a CLOB object. To use in the payload, the text should be converted to a base64 encoded string using either a conversion tool or a prerequisite script. -
NoteTitle: string
Title:
Notes TitleMaximum Length:150Title of the Notes section in the task. -
notifications: array
Notifications
Title:
NotificationsThe notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner. -
OpenInSamePageFlag: boolean
Indicates whether the external URL should open in the existing page or a new page. Valid values are Yes and No. The default value is No.
-
OpenReportInSamePageFlag: boolean
Indicates whether the report should open in the same page is enabled for native electronic signature or report journey task.
-
OwnerName: string
Title:
Owner NameRead Only:truePerson display name of task owner in case of single owner. Else, returns responsibility type name. -
OwnerPersonId: integer
(int64)
Title:
Owner Person IDPerson identifier of the task owner. Available only in case of single owner. -
OwnerType: string
Title:
Owner TypeMaximum Length:30Default Value:ORA_CHK_ADHOC_USERTask owner type. -
OwnerTypeMeaning: string
Title:
OwnerRead Only:trueTask owner type meaning. -
OwnerWorkEmailAddress: string
Title:
EmailRead Only:trueMaximum Length:240Work email of the owner. -
ParentJourneyId: integer
(int64)
Title:
Allocated Checklist IdentifierRead Only:trueIdentifier of the parent journey. -
PerformerName: string
Title:
Performer NameRead Only:truePerson display name of task performer in case of single performer. Else, returns responsibility type name. -
PerformerPersonId: integer
(int64)
Title:
Performer Person IDPerson identifier of the task performer. Available only in case of single performer, is updatable when adding a new task. -
PerformerType: string
Title:
Performer TypeRead Only:trueTask performer type. -
PerformerTypeMeaning: string
Title:
PerformerRead Only:trueTask performer type meaning. -
properties: array
Journey Task Properties
Title:
Journey Task PropertiesThe properties resource is the child of the workerJourneys resource. It includes all the journey properties associated with the parent journey template. -
QuestionnaireId: integer
(int64)
Title:
QuestionnaireInternal identifier of the questionnaire. -
QuestionnaireName: string
Title:
NameRead Only:trueMaximum Length:240Name of the questionnaire. -
questionnaireResponses: array
Questionnaire Responses
Title:
Questionnaire ResponsesThe questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire. -
ReassignedFeedFlag: boolean
Indicates whether the atom feed is enabled when a journey task is reassigned.
-
ReminderDuration: string
Title:
Reminder DurationMaximum Length:30Duration of the task reminder, that's number of days between reminders. -
ReminderRecurrence: string
Title:
Reminder RecurrenceMaximum Length:30Reminder for task recurrence, such as the number of times the reminders need to be sent. -
ReminderRelativeTo: string
Title:
Enable ReminderMaximum Length:30Default Value:ORA_CHK_BFR_DUE_DTTask reminder that's relative either to due date or start date. -
ReminderRelativeToMeaning: string
Title:
Enable Reminder MeaningRead Only:trueMaximum Length:80Meaning of task reminder relative to date. -
ReportPath: string
Title:
Report PathMaximum Length:1000Path to the report in BI Catalog. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:30Indicates whether the task is mandatory or optional. Valid values are Yes and No. The default value is No. -
SaveAttachmentsToDORFor: string
Task attachment to save to document records.
-
SaveAttachmentsToDORForMeaning: string
Read Only:
trueMeaning of save attachments to document records. -
SaveDocumentsToDORFor: string
Read Only:
trueAttachments to add to document records for a document type. -
SaveDocumentsToDORForMeaning: string
Read Only:
trueMeaning of add attachments to document record. -
Sequence: integer
(int32)
Title:
SequenceTask display ordering sequence. Default is 1. -
SignAddress: string
Title:
IP Address of SignatureMaximum Length:120Internet protocol address where the electronic signature was provided. -
SignatureImageData: string
(byte)
Signature of the user in a native electronic signature task.
-
SignatureNameValidation: string
Read Only:
trueValidation type for name in native electronic signature. -
SignatureValidationMode: string
Title:
Signature Validation OptionRead Only:trueValidation option for an electronic signature. -
SignDate: string
(date)
Title:
Date of SignatureRead Only:trueDate on which the electronic signature was provided for an electronic signature task. -
SignerAuthentication: string
Title:
Signer PasswordAuthentication password of the signer in an electronic signature task. -
SignerEmail: string
Title:
Email of SignerMaximum Length:400Email address of the signer for an electronic signature task. -
SignerName: string
Title:
Name of SignerMaximum Length:120Name of the signer for an electronic signature task. -
StageJourneyId: integer
(int64)
Title:
Allocated Step Checklist IdentifierRead Only:trueUnique identifier for the journey phase. -
Status: string
Title:
Status CodeMaximum Length:60Status code of the task. -
StatusCategory: string
Title:
Status CategoryRead Only:trueCategory of the task status. -
StatusMeaning: string
Title:
StatusRead Only:trueMaximum Length:80Status of the task. -
SubType: string
Title:
Subtype CodeMaximum Length:30Task action subtype code. Available only for I 9 and Electronic Signature task types. -
SubTypeMeaning: string
Title:
SubtypeRead Only:trueTask action subtype. Available only for I 9 and Electronic Signature task types. -
TargetDuration: integer
(int32)
Title:
Target DurationDuration of the task. -
TargetDurationUOM: string
Title:
Target Duration UOMMaximum Length:30Unit of measure for the task duration, such as Days, Weeks, Months. -
TargetDurationUOMMeaning: string
Title:
Target Duration UOM MeaningRead Only:trueMaximum Length:80Meaning of unit of measure used in the task target duration. -
TargetEndDate: string
(date)
Title:
Target End DateDue date of the task. -
TargetStartDate: string
(date)
Title:
Target Start DateExpected initiation date of the task. -
TaskCompletionEnabledFlag: boolean
Indicates if the task can be completed.
-
tasksDFF: array
tasksDFF
-
Type: string
Title:
Type CodeMaximum Length:30Code of the task action type. -
TypeMeaning: string
Title:
TypeRead Only:trueMaximum Length:80Task action type. -
VideoType: string
Maximum Length:
80Type of video. -
VideoTypeMeaning: string
Read Only:
trueMeaning of video type. -
VideoURL: string
Maximum Length:
1000URL of the video. -
WorkAuthorizationProgressStatus: string
Title:
Work Authorization Status CodeRead Only:trueI 9 progress status code that displays if the I 9 process is completed. -
WorkAuthorizationProgressStatusMeaning: string
Title:
Work Authorization StatusRead Only:trueI 9 progress status that displays if the I 9 process is completed. -
WorkAuthorizationVerificationStatus: string
Title:
Work Authorization Verification Status CodeRead Only:trueI 9 verification status code. -
WorkAuthorizationVerificationStatusMeaning: string
Title:
Work Authorization Verification StatusRead Only:trueI 9 verification status. -
WorkerJourneyTaskId: integer
(int64)
Title:
Journey Task IDUnique identifier of the journey task.
Nested Schema : Candidate Attachments
Type:
arrayTitle:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team.
Show Source
Nested Schema : Candidate Attachments
Type:
arrayTitle:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team.
Show Source
Nested Schema : Learning Content Items List of Values
Type:
arrayTitle:
Learning Content Items List of ValuesThe learningContentItemsLOV resource provides a list of learning content items such as SCORM, HACP, PDF, video, assessment, and web link.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notifications
Type:
arrayTitle:
NotificationsThe notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner.
Show Source
Nested Schema : Journey Task Properties
Type:
arrayTitle:
Journey Task PropertiesThe properties resource is the child of the workerJourneys resource. It includes all the journey properties associated with the parent journey template.
Show Source
Nested Schema : Questionnaire Responses
Type:
arrayTitle:
Questionnaire ResponsesThe questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
Show Source
Nested Schema : workerJourneys-tasks-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attachment. System generated primary key. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates data type code of attachment. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DocumentPreviewURL: string
Read Only:
trueMaximum Length:255Attachment context. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date and time of the attachment content. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeFile content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeFile length of the attachment. -
UploadedFileName: string
Title:
Uploaded File NameFile name of the attachment. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name associated with the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : workerJourneys-tasks-documents-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attachment. System generated primary key. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates data type code of attachment. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DocumentPreviewURL: string
Read Only:
trueMaximum Length:255Attachment context. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date and time of the attachment content. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeFile content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeFile length of the attachment. -
UploadedFileName: string
Title:
Uploaded File NameFile name of the attachment. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name associated with the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workerJourneys-tasks-learningItems-item-response
Type:
Show Source
object-
elearnCoverArtLink: string
Title:
eLearning Cover Art LinkRead Only:trueURL of the content item's cover art. -
elearnDisableReassignObserverChecklistToAnyone: string
Title:
eLearning Disable Reassignment of the Observer Checklist to AnyoneRead Only:trueMaximum Length:1Indicates whether the reassignment of the observer checklist to any user who isn't a configured observer, as defined on the learning item, is disabled. Valid values are Y, N for the observation checklist e-learn type. Default value is Y. -
elearnDisableSelfAssessChecklist: string
Title:
eLearning Disable Self-Assessment ChecklistRead Only:trueMaximum Length:1Indicates whether the self-assessment checklist for the observation checklist is disabled. Valid values are Y, N for the observation checklist elearnType. Default value is Y. -
elearnObserverType: string
Title:
eLearning Observer TypeRead Only:trueMaximum Length:30Type of observer for the observation checklist e-learn type such as Individuals or Representative. Valid values are defined in the list ELearnObserverTypeLOV. -
elearnObserverTypeMeaning: string
Title:
eLearning Observer Type DescriptionRead Only:trueMaximum Length:80Description of the e-learn observer type. -
elearnRichMediaLink: string
Title:
eLearning Rich Media LinkRead Only:trueURL to open the rich media directly from the browser. -
elearnRouteUsing: string
Title:
eLearning Route UsingRead Only:trueMaximum Length:30Approval routes for the observation checklist e-learn type. Valid values are defined in the list ELearnRouteUsingLOV. -
elearnRouteUsingMeaning: string
Title:
eLearning Route Using DescriptionRead Only:trueMaximum Length:80Description of the elearnRouteUsing. -
elearnTimePERAttempt: number
Title:
eLearning Time per AttemptRead Only:trueTime limit per attempt on the learning content item. -
elearnTimePERAttemptUnits: string
Title:
eLearning Time per Attempt UnitsRead Only:trueMaximum Length:30Units for time limit per attempt on the learning content item such as Hour, or Minute. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV. -
elearnType: string
Title:
Content TypeRead Only:trueMaximum Length:30Type of self-paced learning such as Video or SCORM. Valid values are defined in the list ContentTypeLOV. -
elearnTypeMeaning: string
Title:
Content Type DescriptionRead Only:trueDescription of the e-learn type. -
learningItemDescription: string
Title:
DescriptionRead Only:trueMaximum Length:4000Description of the learning item. -
learningItemId: integer
(int64)
Title:
Content Catalog Learning Item IDRead Only:trueUnique identifier for the learning content item which is the internal primary key. -
learningItemNumber: string
Title:
Content NumberRead Only:trueMaximum Length:30User-friendly number identifying the learning content item. It's a surrogate key which is shown in the UI. -
learningItemTitle: string
Title:
Content TitleRead Only:trueMaximum Length:250Title of the learning content item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workerJourneys-tasks-notifications-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the notification. -
CreationDate: string
(date-time)
Read Only:
trueDate on which the notification was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate on which the notification was updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the notification -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NotifyOwnerFlag: boolean
Title:
Notify OwnerMaximum Length:30Indicates whether the task owner needs to be notified when the event occurs. Valid values are Yes and No. The default value is No. -
NotifyPerformerFlag: boolean
Title:
Notify PerformerMaximum Length:30Indicates whether the task performer needs to be notified when the event occurs. Valid values are Yes and No. The default value is Yes. -
TaskEvent: string
Title:
Task Event CodeMaximum Length:30Code of the task event. For example, task initiated, task updated, task deleted, task completed. -
TaskEventMeaning: string
Title:
Task EventRead Only:trueMaximum Length:80Meaning of the task event. -
WorkerJourneyTaskNotificationId: integer
(int64)
Title:
Journey Task Notification IDUnique identifier of the journey task notification.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workerJourneys-tasks-properties-item-response
Type:
Show Source
object-
Category: string
Name of the group for journey template task property.
-
CategoryMeaning: string
Meaning of group for journey template task property.
-
Code: string
Property code of journey template task.
-
DisabledForLineManagerFlag: boolean
Indicates if journey template task property is disabled for line manager. Default value depends on the task type.
-
DisabledForOthersFlag: boolean
Indicates if the journey template task property is disabled for other users. Default value depends on the task type.
-
DisabledForOwnerFlag: boolean
Indicates if the journey template task property is disabled for owner. Default value depends on the task type.
-
DisabledForPerformerFlag: boolean
Indicates if the journey template task property is disabled for performer. Default value depends on the task type.
-
Level: string
Property level for the journey template task.
-
LineManagerDefaultValue: string
Default value of the journey template task property for line manager.
-
LineManagerLookupType: string
Journey template task property for performer. Lookup type of the journey template task property for line manager.
-
LineManagerValue: string
Value of the journey template task property for line manager.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Name of the journey template task property.
-
OthersDefaultValue: string
Default value of the journey template task property for other user.
-
OthersLookupType: string
Journey template task property type for other user.
-
OthersValue: string
Property value of the journey template task for other user.
-
OverriddenFlag: boolean
Indicates if the journey template property is overridden. Default value depends on the task type.
-
OwnerDefaultValue: string
Default value of the journey template task property for owner.
-
OwnerLookupType: string
Journey template task property type for owner.
-
OwnerValue: string
Property value of the journey template task for owner.
-
PerformerDefaultValue: string
Default value of the journey template task property for performer.
-
PerformerLookupType: string
Journey template task property for performer.
-
PerformerValue: string
Property value of the journey template task for performer.
-
Sequence: integer
Sequence of the journey template task property.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workerJourneys-tasks-questionnaireResponses-item-response
Type:
Show Source
object-
AttemptNumber: integer
(int64)
Title:
Attempt NumberRead Only:trueThe attempt number of a participant when responding to a questionnaire. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the questionnaire response. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate on which the questionnaire response was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate on which the questionnaire response was updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the questionnaire response. -
LatestAttemptFlag: boolean
Title:
Latest AttemptRead Only:trueMaximum Length:30Default Value:falseIndicates if the response is the latest attempt by a participant to the questionnaire. This is a read-only attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionnaireParticipantId: integer
(int64)
Title:
Questionnaire Participant IdSurrogate identifier for the questionnaire participant. -
QuestionnaireResponseId: integer
(int64)
Title:
Questionnaire Response IdSurrogate identifier for the questionnaire response. -
QuestionnaireVersionNumber: integer
(int64)
Title:
Questionnaire VersionVersion number of the questionnaire that the participant responds to. -
questionResponses: array
Question Responses
Title:
Question ResponsesThe questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire. -
Status: string
Title:
Response Status CodeMaximum Length:30Status of the questionnaire response. I denotes the response is in progress and not submitted yet, while S denotes a submitted response. -
StatusMeaning: string
Title:
Response StatusRead Only:trueMaximum Length:80Meaning of the status code. -
SubmittedDateTime: string
(date)
Title:
Submitted TimeRead Only:trueDate on which the questionnaire response was submitted. -
TotalScore: number
Title:
Total ScoreRead Only:trueTotal score for the responses submitted by a participant for a questionnaire.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Question Responses
Type:
arrayTitle:
Question ResponsesThe questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
Show Source
Nested Schema : workerJourneys-tasks-questionnaireResponses-questionResponses-item-response
Type:
Show Source
object-
AnswerCode: string
Title:
Answer CodeRead Only:trueMaximum Length:240The answer code that a participant chose when responding to a single choice question. -
AnswerCodeList: string
Title:
Answer Code ListConcatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. -
AnswerComments: string
Title:
CommentsMaximum Length:4000Additional comments provided by the participant when responding to a question. -
AnswerLargeObject: string
(byte)
Title:
AnswerAttachment provided by the participant when responding to a question. -
AnswerList: string
Title:
Answer ListMaximum Length:2000Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. -
AnswerShortdescription: string
Title:
Answer Short DescriptionRead Only:trueMaximum Length:240Text of the answer chosen by a participant when responding to a single choice question. -
AnswerShortDescriptionList: string
Title:
Answer Short DescriptionRead Only:trueConcatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. -
ChoiceCodeList: string
Title:
Choice List CodeConcatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. -
ChoiceList: string
Title:
Choice ListMaximum Length:2000Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. -
ChoiceShortDescription: string
Title:
Choice Short DescriptionRead Only:trueConcatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the question response. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate on which the question response was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate on which the question response was updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the question response. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionAnswerId: integer
(int64)
Title:
Question Answer IdSurrogate identifier of the answer that a participant chose when responding to a single choice question. -
QuestionCode: string
Title:
Question CodeMaximum Length:240Alphanumeric value that uniquely identifies a question defined for a subscriber. -
QuestionId: integer
(int64)
Title:
Question IdSurrogate identifier for the question. -
QuestionnaireQuestionId: integer
(int64)
Title:
Questionnaire Question IdSurrogate identifier for the question in a questionnaire. -
questionResponseAttachments: array
Question Response Attachments
Title:
Question Response AttachmentsThe questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question. -
QuestionResponseId: integer
(int64)
Title:
Question Response IdSurrogate identifier for the question response. -
QuestionText: string
Title:
Question TextRead Only:trueMaximum Length:2000Text of the question that a participant responds to. -
Score: integer
(int64)
Title:
Answer ScoreRead Only:trueCalculated score for the responses provided for a question by a participant.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Question Response Attachments
Type:
arrayTitle:
Question Response AttachmentsThe questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
Show Source
Nested Schema : workerJourneys-tasks-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided exclusively for the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of the attachment. This is a read-only attribute. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate on which the attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAttachment type supported for the question. Only the attachment type, FILE, is supported. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Surrogate identifier of the document attached to the questionnaire. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Path of the folder. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code of the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message of the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the attachment. This is a read-only attribute. -
FileContents: string
(byte)
Title:
File ContentsFile contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048Name of the attachment file. -
FileUrl: string
Title:
File UrlFile URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate on which the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the uploaded file. This is a read-only attribute. -
UploadedFileLength: integer
Title:
File SizeSize of the uploaded file. This is a read-only attribute. -
UploadedFileName: string
Title:
Uploaded File NameName of the uploaded file. This is a read-only attribute. -
UploadedText: string
Title:
Uploaded TextText uploaded in the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. This is a read-only attribute. -
Url: string
Title:
UrlMaximum Length:4000URL of a web page attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name of the person who uploaded the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workerJourneys-tasks-tasksDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AllocatedTaskId: integer
(int64)
Title:
Allocated Task Identifier -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- attachments
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The InternalAttachments resource provides information about files attached by the recruiting team. - WorkerJourneyId:
- checkTaskCompletion
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Checks if the task can be completed. - WorkerJourneyId:
- copyToDocumentRecords
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Uploads the document to document records. - WorkerJourneyId:
- documents
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The InternalAttachments resource provides information about files attached by the recruiting team. - WorkerJourneyId:
- generateContent
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Generates user-defined content of a task. - WorkerJourneyId:
- generateNavigationDetails
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Navigates to the application task where the performer can perform the task. - WorkerJourneyId:
- generateNavigationURL
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Navigates to URL where the performer can perform the task. - WorkerJourneyId:
- invokeProcessAutomation
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Initiates the integration for process automation. - WorkerJourneyId:
- learningItems
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The learningContentItemsLOV resource provides a list of learning content items such as SCORM, HACP, PDF, video, assessment, and web link. - WorkerJourneyId:
- notifications
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner. - WorkerJourneyId:
- properties
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The properties resource is the child of the workerJourneys resource. It includes all the task type properties associated with the parent journey template. - WorkerJourneyId:
- questionnaireResponses
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire. - WorkerJourneyId:
- reassign
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Reassigns a task to another task performer. - WorkerJourneyId:
- reminderRelativeToLov
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_PER_CHK_TASK_REMINDER_TIME
The following properties are defined on the LOV link relation:- Source Attribute: ReminderRelativeTo; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- sendReminder
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Sends a reminder to the task performer. - WorkerJourneyId:
- targetDurationUOMLov
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DCHECKLIST_QUALIFYING_UNITS
The following properties are defined on the LOV link relation:- Source Attribute: TargetDurationUOM; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- taskStatusLov
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DPER_CHECKLIST_TASK_STATUS
The following properties are defined on the LOV link relation:- Source Attribute: Status; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- taskTypesLov
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DORA_PER_CHK_TASK_ACTION_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: Type; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- tasksDFF
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
- WorkerJourneyId:
- updateStatus
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Updates status of I9 task. - WorkerJourneyId:
- uploadImage
-
Parameters:
- WorkerJourneyId:
$request.path.WorkerJourneyId - tasksUniqID:
$request.path.tasksUniqID
Upload image for a journey template. - WorkerJourneyId: