Workflow Events - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
Product Category
Analytical Ecosystem

A workflow event follows the progress of data through tasks you set up. For more information about workflows in Ecosystem Explorer and Workflow Designer portlets, see Teradata® Ecosystem Manager User Guide, B035-3201.

You can trigger a workflow event using sendevent in the following ways:

Description Command
Starts execution of the workflow named sd_workflow from beginning. sendevent --et START --tds WORKFLOW --wid sd_workflow -w WORKFLOW -t WORKFLOW
Restarts the failed execution of a specified workflow from a specified node. The example shown here restarts the sd_workflow from the workflow_node after the issue that caused the failure is fixed. sendevent --et RESTART --tds WORKFLOW --wid sd_workflow -t WORKFLOW -w WORKFLOW -j workflow_node