getWorkflowInfo( )


Deprecated. This function is being discontinued in the upcoming months. We are working to provide alternatives, and we'll provide timely updates before implementing any changes. We understand that this transition might present challenges, and we appreciate your patience and understanding.

Retrieves a workflow by ID.

The getWorkflowInfo() function returns a Promise that resolves to the workflow info with the specified ID.

This function requires you to specify the ID of a workflow. To learn about retrieving IDs in the Workflow API, see Retrieving IDs.

Method Declaration
Copy
Method Parameters
workflowIdstringRequired

ID of the workflow to retrieve.

Returns
Return Type:Promise<Workflow>
Was this helpful?
Yes
No