Accelerate the Value of Data

Workflow datasets for Snowflake

Learn about the workflow dataset for the JSON-based schema.

This table holds data for workflow. Use these datasets to view your workflow metadata.
FieldDescriptionData type/Mode
UriThe universal resource identifier. It is in the format <ObjectTypeSpecifier>/Id. Data type: STRING

Mode: NULLABLE

timestampThe timestamp when the workflow was created.Data type: TIMESTAMP

Mode: NULLABLE

environmentNameThe name of the environment.Data type: STRING

Mode: NULLABLE

tenantIDThe tenant ID.Data type: STRING

Mode: NULLABLE

objectURIsThe URI of the object.Data type: STRING

Mode: NULLABLE

resourceURIsThe URI of the resource.Data type: STRING

Mode: NULLABLE

processInstanceIdThe ID of the process instance.Data type: STRING

Mode: NULLABLE

taskIDThe task ID.Data type: STRING

Mode: NULLABLE

processTypeThe process definition type.Data type: STRING

Mode: NULLABLE

taskTypeThe type of task.Data type: STRING

Mode: NULLABLE

processInstanceCreateTimeThe timestamp when the process instance was created.Data type: TIMESTAMP

Mode: NULLABLE

taskCreateTimeThe timestamp when the task was created.Data type: TIMESTAMP

Mode: NULLABLE

usernameThe username of the user who created the task.Data type: STRING

Mode: NULLABLE

assigneeThe name of the user who is assigned the task.Data type: STRING

Mode: NULLABLE

processInstanceDueDateThe timestamp when the process instance is due.Data type: TIMESTAMP

Mode: NULLABLE

decisionThe decision. Data type: STRING

Mode: NULLABLE

userActivityTimeThe user activitytime.Data type: TIMESTAMP

Mode: NULLABLE

processInstanceCompleteIndicates if the process instance is completed.Data type: BOOLEAN

Mode: NULLABLE

processInstanceCompletionTimeThe timestamp when the process instance was completed.Data type: TIMESTAMP

Mode: NULLABLE

processSuspendedIndicates if the process was suspended.Data type: BOOLEAN

Mode: NULLABLE

comment

The comments provided by users for a task workflow process. A new row is added to the table for each comment added by the user.

Data type: STRING

Mode:NULLABLE