William Sossamon

Results 6 issues of William Sossamon

Job with multiple steps, where each step is treated as an item processed in a job. Steps are configured in the constructor and executed in order. ``` public class JobWithSteps...

When an exception is thrown in Initialize: ``` Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Runly.ResultLog.ToString() at System.IO.TextWriter.WriteLine(Object value) at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value) at...

bug

Update the donet config with changes made in the nodejs lib.

enhancement

To reproduce: 1. Queue a job and let it start. 2. Sever its connection to the API. 3. Wait for it to timeout on the server. 4. Restore the connection....

bug

When a process type cannot be found, throw an exception/alert the users to the issue.

bug

When one process runs as a result of another process completing, match fields from the output of the first process with the config of the second and copy data (possibly...

enhancement