Question
What is the difference between the Time columns, what do they exactly mean?
a.Timestamp
b.process_instance_create_time
c.task_create_time
d.process_instance_due_date
e.user_activity_time
f.process_instance_completion_time
g.process_instance_complete
Answer
- process_instance_complete - boolean - Did the last task in workflow complete
- process_instance_completion_time - time of the last task completed in Workflow
- timestamp - time when the GBQ row was inserted into the table
- process_instance_create_time - time when the workflow process was started
- task_create_time - time when the workflow task was created.
- process_instance_due_date - due date of the workflow process.
- user_activity_time - time when this particular action has happened.
Comments
Please sign in to leave a comment.