Skip to main content

ToDo

The ToDo gem lets you create a placeholder in your pipeline for a future gem.

info

Prophecy may insert ToDo gems automatically during migration from another tool when certain logic can't be translated. Reach out to learn more about migration.

Input and Output

Though the ToDo gem does not pass any data, you can pre-configure the output schema of the gem for future reference.

PortDescription
in0The intended input for a future gem.
outThe intended output for a future gem, for which you can create a custom schema.

Parameters

ParameterDescription
Highlight messageA custom message you write. It appears in Diagnostics to describe why this placeholder exists.
Error messageA system-generated message added during migration. It explains why a process couldn’t be migrated so you have context for resolving it.
Helper code/textNotes, code snippets, or context you provide to guide the development of a functional gem later on.