Skip to content
#

workflow

Here are 2,806 public repositories matching this topic...

tim-sendible
tim-sendible commented Mar 31, 2021

Summary

I want to be able to add a link on the workflows screen along these lines:
https://randomtool.mycompany.biz/wibble?start=${status.startedAt}&end=${status.endedAt}&workflow=${metadata.name}

However, I need the date format to be in unix epoch (because this is what the tool accepts), not standard date format.

Being able to do something like this would be ideal:
`https://randomt

dylanbhughes
dylanbhughes commented Apr 8, 2021

Current behavior

Some tasks in the Task Library require a user to provide certain pieces of configuration as part of the initialization method. Whenever we can, we should try to avoid this because it means that those variables are locked it at the time the Flow is built, instead of at runtime, which prevents the use of Parameters or Secrets

SuiteCRM

Improve this page

Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."

Learn more