COMMENT ON A PROJECT

Adds a text comment to a specified project within the d3VIEW platform. Use this worker in workflows where automated annotations, status updates, or reviewer notes need to be attached to a project record.

When to use

Tagged: annotation, collaboration, comment, platform, project.

Inputs

Label ID Type Default Required Description
Project project_id remote_lookup The target project to comment on; resolved via remote lookup — select the desired project from the drop-down or pass its platform project ID.
Comment comment textarea   Free-text comment body (plain text or HTML) to attach to the project; must be a non-empty string.

Outputs

Label ID Type Description
Project project_id integer Integer platform ID of the project that was commented on; useful for chaining downstream workers that reference the same project.
Comment comment_id integer Integer platform ID of the newly created comment record; can be used to update, delete, or reference the comment in subsequent workflow steps.

Disciplines

  • platform.integration

Auto-generated from platform schema. Worker id: project_add_comment. Schema hash: 3b4037ad62cf. Hand-curated docs in workerexamples/ override this page when present.