WorkflowsApi class

Constructors

WorkflowsApi(Dio _dio)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateWorkflow(String id) Future<Response>
Activate a workflow
createWorkflow(Map<String, dynamic> workflowData) Future<Response>
Create a workflow
deactivateWorkflow(String id) Future<Response>
Deactivate a workflow
deleteWorkflow(String id) Future<Response>
Delete a workflow
getWorkflow(String id, {bool? excludePinnedData}) Future<Response>
Retrieve a workflow by ID
getWorkflows({bool? active, String? tags, String? name, String? projectId, bool? excludePinnedData, int? limit, String? cursor}) Future<Response>
Retrieve all workflows
getWorkflowTags(String id) Future<Response>
Get workflow tags
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transferWorkflow(String id, String destinationProjectId) Future<Response>
Transfer a workflow to another project
updateWorkflow(String id, Map<String, dynamic> updatedWorkflowData) Future<Response>
Update a workflow
updateWorkflowTags(String id, List<Map<String, String>> tags) Future<Response>
Update workflow tags

Operators

operator ==(Object other) bool
The equality operator.
inherited