Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.21 KB

ScheduleWorkflow.md

File metadata and controls

37 lines (24 loc) · 1.21 KB

Temporal Schedule

Quick demo of using temporal schedule feature.

schedule-home-banner

Schedules Demo UI

Schedules are created with most of the values hardcoded for demoing, the comment and minutes past the hour can be set and updated.
The workflow activity sends a formatted email to local MailHog docker image UI.

Create a new schedule

schedule-new

New schedule create acknowledgement

schedule-created

List currently running schedule

schedule-list

Drill down details view of schedule

schedule-details

Amend a schedule, change runtime minutes etc

schedule-amend

Schedule workflow calls an Activity that sends an email

schedule-notification1

Email notification example

schedule-notification2

Schedule delete acknowledgement

schedule-deleted

Console output from Schedules worker

schedule-worker