Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Martinez <[email protected]>
  • Loading branch information
famarting committed Dec 3, 2024
1 parent b854457 commit 833f212
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/workflow/client/WorkflowState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,11 @@ export class WorkflowState {
return this._workflowFailureDetails;
}


/**
* Gets the workflow instance's custom status, if any, as a string value.
* @returns {string | undefined} The workflow instance's custom status or undefined.
*/
public get customStatus(): string | undefined {
return this._orchestrationState.serializedCustomStatus;
}

}

0 comments on commit 833f212

Please sign in to comment.