Skip to main content
The ToDo gem lets you create a placeholder in your pipeline for a future gem.
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.
The gem has a corresponding interactive gem example. See Interactive gem examples to learn how to run sample pipelines for this and other gems.

Prerequisites

  • Add prophecy_basics package version 1.0.0 or higher to your project.

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.