Skip to main content

FieldLogs

Root: FMTaskHistory

Note

All the attributes in the following table have the root element fmTaskHistory.

Accessing objects and their attributes using Freemarker is discussed here.

Attribute

Type

Description

id

String

ID

name

String

Name

pickedBy

String

The user who has picked up the Task

userData

FMBuyerModel

User data

assignedGroupId

String

Assigned Group ID

description

String

Description

processActivitiId

List<FMTaskValueHistory>

Process Activiti ID

taskDefinitionId

List<FMTaskValueHistory>

Task Definition ID

enterpriseId

String

Enterprise ID

creationDate

double

Creation Date

formattedCreationDate

FMFormatedDate

Formatted Creation Date.

decisionDate

double

Decision Date

formattedDecisionDate

FMFormatedDate

Formatted Decision Date

actionType

int

Action Type

decisionType

int

Decision Type

versionLabel

String

Version Lable

taskValueHistoryForTaskId

List<FMTaskValueHistory>

Task Value History

taskValueHistory

List<FMTaskValueHistory>

Task Value History

allTaskHistories

List<String>

All Task Histories

userSimpleId

String

User email ID

userDataForBuyer(buyerId)

FMBuyerModel

User Data for a specific Buyer ID

generateAdditionalOutputFolder(folderName)

String

Generates a folder that will be used to store files for reporting.

Returns the resource path of the reporting files.

urlContent(url)

String

Returns the result response of the given URL in a string format

downloadFileFromUrl(url,fullFilePath)

String

Downloads a file from the given url and stores it in a file. The full file along with the name of the file must be provided.