library
turbot/detect_correct
OverviewPipelines
0
Triggers
0
Variables
GitHub

detect_correct.pipeline.optional_message

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run detect_correct.pipeline.optional_message \
--arg 'notifier=<string>' \
--arg 'send=<bool>' \
--arg 'text=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = detect_correct.pipeline.optional_message
args = {
notifier = <string>
send = <bool>
text = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
notifierstringYesThe notifier to use for sending message-
sendboolYesBoolean to indicate if the message should be sent.-
textstringYesThe text of the message.-

Outputs

This pipeline has no outputs.