Skip to content

Bots From Extension: workflow

CloudFabrix Workflow Automation Framework

This extension provides 1 bot.





Bot @workflow:execute-workflow

Bot Position In Pipeline: Source Sink

Execute a RDA Workflow

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
workflow_name* Text Name of the RDA Workflow (must be available in stream rda_workflow_templates)
is_template Text no If workflow type is a template say 'yes' otherwise say 'no'. Default is 'no'
jobId Text Optional JobId. If not provided, it will generate a new one
inputs_doc Text Inputs document in workflow. If provided, workflow engine will merge inputs provided at args
and this document.
validate_input_model Text no Validate input against the inputs provided. Must be one of 'yes' or 'no'.

This bot also accepts wildcard parameters. Any additional name = 'value' parameters are passed to the bot.