yourFunction()
function, which accepts any valid Javascript (ES7). Any data that you return
from this function can then accessed by downstream steps in your workflow.
You can access parameters defined in the key-value table above by referencing parameters.<parameter_name>
within yourFunction()
. For example, a parameter whose key is email
can be accessed in the function by referencing parameters.email
.
uuid
npm module within a function.
libraries
parameter to yourFunction()
. If your function needs to work asynchronously, you can declare it async
.