Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenOptionalquery: WorkflowHistoryQueryOptionalquery: WorkflowRunningQueryOptionalquery: WorkflowStatsQueryInstall (create + publish) a workflow in one call. Rejects if a workflow with the same name + integrator already exists.
Optionaloptions: WorkflowNodeControlOptionsOptionaloptions: WorkflowNodeControlOptionsRestart a failed/killed workflow execution from history.
clearState: true discards prior node state instead of a smart resume.
Optionaloptions: WorkflowRestartOptionsOptionaloptions: WorkflowNodeControlOptions
Base client for the platform API Classes that extend PlatformBaseClient have intentins of only working in platform context
PlatformBaseClient
Param: client
The axios instance to use for the client
Example