UNPKG

processus

Version:
15 lines (14 loc) 328 B
{ "name": "Demo14", "description": "A demo showing environment variable injected into the workflow.", "tasks": { "show env": { "blocking": true, "handler" : "../taskhandlers/logHandler", "parameters": { "level": "info", "log": "TEST_ENV = $[environment.TEST_ENV]" } } } }