Discussions

Ask a Question
Back to all

User Tasks: How to link to Processes?

Hi,

I'm currently integrating the User Tasks endpoint into our reporting pipeline and noticed that the UserTaskRead schema doesn't include a processId field, even though the module is listed under Processes → User Tasks in the API docs.

Our use case: property managers create user tasks in the context of specific processes. We'd like to link user tasks back to the corresponding process for reporting purposes.

Is there a recommended way to establish this relationship? For example:

  • Is there a processId that's simply not exposed in the current schema?
  • Is the intended link via associatedTodoId in the inquiries endpoint (inquiries.associatedProcessId + inquiries.associatedTodoId)?
  • Or is collectionId the connecting element between user tasks and processes?

Thanks in advance!