How to get different dynamic value for each task in workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 10:37 AM
I created a workflow with two tasks. It runs the first notebook and then it wait for that to finish to start the second notebook. I want to use this dynamic value as one of the parameters {{job.start_time.iso_datetime}} for both tasks. This should give me the date and time. I noticed when I run the job it will take the current date and time and use it for the first task/notebook but not sure why it takes the same date and time as the first task to run the second task/notebook as well? Shouldn't it use the date and time the second task started to run?
I need the time for first and second task to be different . Is there a way to do this in the workflow?
Labels:
- Labels:
-
Workflows