Skip to content

Add wait task support - #110

Merged
ognjenkatic merged 3 commits into
masterfrom
feat/master/wait-task-builder
Jun 14, 2023
Merged

ognjenkatic merged 3 commits into
masterfrom
feat/master/wait-task-builder

Conversation

@ognjenkatic

Copy link
Copy Markdown
Collaborator

This PR adds the rather simple WAIT task builder. And a coresponding test

@ognjenkatic
ognjenkatic requested a review from boma96 June 13, 2023 11:14

public override void BuildDefinition()
{
_builder.AddTask(wf => wf.Wait, wf => new() { Duration = "1s" });

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Until property so we have it covered in test case

@ognjenkatic
ognjenkatic merged commit e142987 into master Jun 14, 2023
@ognjenkatic
ognjenkatic deleted the feat/master/wait-task-builder branch June 14, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants