conductor-oss / conductor-oss/csharp-sdk

Execute Workflow does not allow waitForSeconds.

Open Beginner friendly
#153 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
54
Forks
23
Avg merge
4d 21h
Merged PRs (30d)
2

Description

The Execute Workflow allows waitUntilTaskRef, but does not allow specifying waitForSeconds, which defaults to 10 seconds.
```c#
public WorkflowRun ExecuteWorkflow(StartWorkflowRequest body, string requestId, string name, int? version, string waitUntilTaskRef = null)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the ExecuteWorkflow method signature shown in the issue and trace how the workflow-start request is sent. Review the existing waitUntilTaskRef handling, then add support for specifying waitForSeconds. Done means callers can provide that value and the request no longer relies on the documented 10-second default.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.