app-workflow_engine

On this page:

makeData

Summary

Convert input into a different data type

Description

This task takes an input and converts it to a different data type. For example, converting a number into a string.

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
input string yes The input to be converted into a data type (wrap variables with <!!>)
outputType enum yes Allowed values are: [ boolean, json, number, string ] - The type of output
variables object no A key value object to be used in variable definition

Return

DetailsExampleSchema
Name Type Description
output * Output