Skip to content

Add wait task support - #110

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

Add wait task support#110
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 boma96June 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 masterJun 14, 2023
@ognjenkatic
ognjenkatic deleted the feat/master/wait-task-builder branch June 14, 2023 07:44
@rennolajrennolaj mentioned this pull request Aug 28, 2026
Sign up for freeto 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

@ognjenkatic@boma96