Documentation for API Endpoints
All URIs are relative to https://fbn-prd.lusid.com/workflow
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ActionLogsApi | get_action_logs | GET /api/actionlogs/{id} | GetActionLogs: Get the Action Logs for an Action Id |
| ApplicationMetadataApi | list_access_controlled_resources | GET /api/metadata/access/resources | ListAccessControlledResources: Get resources available for access control |
| EventHandlersApi | create_event_handler | POST /api/eventhandlers | CreateEventHandler: Create a new Event Handler |
| EventHandlersApi | delete_event_handler | DELETE /api/eventhandlers/{scope}/{code} | DeleteEventHandler: Delete an Event Handler |
| EventHandlersApi | get_event_handler | GET /api/eventhandlers/{scope}/{code} | GetEventHandler: Get an Event Handler |
| EventHandlersApi | list_event_handlers | GET /api/eventhandlers | ListEventHandlers: List Event Handlers |
| EventHandlersApi | update_event_handler | PUT /api/eventhandlers/{scope}/{code} | UpdateEventHandler: Update an existing Event handler |
| TaskDefinitionsApi | create_task_definition | POST /api/taskdefinitions | CreateTaskDefinition: Create a new Task Definition |
| TaskDefinitionsApi | delete_task_definition | DELETE /api/taskdefinitions/{scope}/{code} | DeleteTaskDefinition: Delete a Task Definition |
| TaskDefinitionsApi | get_task_definition | GET /api/taskdefinitions/{scope}/{code} | GetTaskDefinition: Get a Task Definition |
| TaskDefinitionsApi | list_task_definitions | GET /api/taskdefinitions | ListTaskDefinitions: List Task Definitions |
| TaskDefinitionsApi | list_tasks_for_task_definition | GET /api/taskdefinitions/{scope}/{code}/tasks | ListTasksForTaskDefinition: List Tasks for a Task Definition |
| TaskDefinitionsApi | update_task_definition | PUT /api/taskdefinitions/{scope}/{code} | UpdateTaskDefinition: Update an existing Task Definition |
| TaskDefinitionsApi | upsert_task_definition_properties | POST /api/taskdefinitions/{scope}/{code}/properties | [EXPERIMENTAL] UpsertTaskDefinitionProperties: Add, update and remove properties on an existing Task Definition in bulk. |
| TasksApi | batch_update_tasks | PATCH /api/tasks/$update | BatchUpdateTasks: Batch update tasks |
| TasksApi | create_task | POST /api/tasks | CreateTask: Create a new Task |
| TasksApi | delete_task | DELETE /api/tasks/{id} | DeleteTask: Delete a Task |
| TasksApi | delete_tasks | POST /api/tasks/$delete | DeleteTasks: Batch Delete Tasks |
| TasksApi | get_task | GET /api/tasks/{id} | GetTask: Get a Task |
| TasksApi | get_task_history | GET /api/tasks/{id}/history | GetTaskHistory: Get the history of a Task |
| TasksApi | list_tasks | GET /api/tasks | ListTasks: List Tasks |
| TasksApi | update_task | POST /api/tasks/{id} | UpdateTask: Update a Task |
| WorkersApi | create_worker | POST /api/workers | CreateWorker: Create a new Worker |
| WorkersApi | delete_worker | DELETE /api/workers/{scope}/{code} | DeleteWorker: Delete a Worker |
| WorkersApi | get_worker | GET /api/workers/{scope}/{code} | GetWorker: Get a Worker |
| WorkersApi | get_worker_result | GET /api/workers/{runId}/$result | GetWorkerResult: Get the status of a specific run of a worker with any relevant results |
| WorkersApi | list_workers | GET /api/workers | ListWorkers: List Workers |
| WorkersApi | run_worker | POST /api/workers/{scope}/{code}/$run | RunWorker: Run a Worker |
| WorkersApi | update_worker | PUT /api/workers/{scope}/{code} | UpdateWorker: Update a Worker |
| WorkflowsApi | create_workflow | POST /api/workflows | CreateWorkflow: Create a new Workflow |
| WorkflowsApi | delete_workflow | DELETE /api/workflows/{scope}/{code} | [EXPERIMENTAL] DeleteWorkflow: Delete a Workflow |
| WorkflowsApi | get_workflow | GET /api/workflows/{scope}/{code} | GetWorkflow: Get a Workflow |
| WorkflowsApi | list_workflows | GET /api/workflows | ListWorkflows: List Workflows |
| WorkflowsApi | update_workflow | PUT /api/workflows/{scope}/{code} | [EXPERIMENTAL] UpdateWorkflow: Update an existing Workflow |
| WorkflowsApi | upsert_workflow_properties | POST /api/workflows/{scope}/{code}/properties | [EXPERIMENTAL] UpsertWorkflowProperties: Add, update and remove properties on an existing Workflow in bulk. |
Documentation for Models
- AccessControlledAction
- AccessControlledResource
- ActionDefinition
- ActionDefinitionResponse
- ActionDetails
- ActionDetailsResponse
- ActionId
- ActionLog
- ActionLogItem
- ActionLogOrigin
- BatchUpdateTasksRequest
- BatchUpdateTasksResponse
- BatchUpsertTaskDefinitionPropertiesResponse
- BatchUpsertWorkflowPropertiesResponse
- CalendarReference
- ChangeItem
- ChildTaskDefinitionEdge
- CreateChildTaskConfiguration
- CreateChildTasksAction
- CreateChildTasksActionResponse
- CreateEventHandlerRequest
- CreateNewTaskActivity
- CreateNewTaskActivityResponse
- CreateTaskDefinitionRequest
- CreateTaskRequest
- CreateWorkerRequest
- CreateWorkflowRequest
- CutLabelReference
- DateAdjustment
- DateRegularity
- DayOfYear
- DayRegularity
- DeleteTasksRequest
- DeletedEntityResponse
- ErrorDetail
- EventHandler
- EventHandlerMapping
- EventMatchingPattern
- Fail
- FailResponse
- FieldMapping
- GetWorkerResultResponse
- GroupReconciliation
- GroupReconciliationResponse
- HealthCheck
- HealthCheckResponse
- IdSelectorDefinition
- IdentifierPartSchema
- InitialState
- LabelValueSet
- LibraryResponse
- Link
- LuminesceView
- LuminesceViewResponse
- LusidEntityDataQualityCheck
- LusidEntityDataQualityCheckResponse
- LusidProblemDetails
- LusidValidationProblemDetails
- MetricValue
- PagedResourceListOfEventHandler
- PagedResourceListOfTask
- PagedResourceListOfTaskDefinition
- PagedResourceListOfWorker
- PagedResourceListOfWorkflowResponse
- Parameter
- ParameterValue
- PerpetualProperty
- PropertyValue
- ReadOnlyStates
- RecurrencePattern
- RelativeMonthRegularity
- ResourceId
- ResourceListOfAccessControlledResource
- ResourceListOfChangeItem
- ResourceListOfTask
- ResultField
- ResultMatchingPattern
- ResultantChildTaskConfiguration
- RunWorkerAction
- RunWorkerActionResponse
- RunWorkerRequest
- RunWorkerResponse
- ScheduleMatchingPattern
- ScheduleMatchingPatternContext
- ScheduledTimeAdjustment
- SchedulerJob
- SchedulerJobResponse
- Sleep
- SleepResponse
- SpecificMonthRegularity
- SpecifiedTime
- Stack
- Task
- TaskActivity
- TaskActivityResponse
- TaskDefinition
- TaskDefinitionVersion
- TaskFieldDefinition
- TaskInstanceField
- TaskStateDefinition
- TaskSummary
- TaskTransitionDefinition
- TimeAdjustment
- TimeConstraints
- TimeOfDay
- TransitionTriggerDefinition
- TriggerChildTasksAction
- TriggerChildTasksActionResponse
- TriggerParentTaskAction
- TriggerParentTaskActionResponse
- TriggerSchema
- UpdateEventHandlerRequest
- UpdateMatchingTasksActivity
- UpdateMatchingTasksActivityResponse
- UpdateTaskDefinitionRequest
- UpdateTaskRequest
- UpdateTaskWithIdAndTriggerRequest
- UpdateWorkerRequest
- UpdateWorkflowRequest
- ValueConstraints
- VersionInfo
- VersionedTaskDefinitionId
- WeekRegularity
- Worker
- WorkerConfiguration
- WorkerConfigurationResponse
- WorkerStatusTriggers
- WorkflowResponse
- WorkflowStructure
- WorkflowStructureEdges
- WorkflowStructureNodes
- YearRegularity
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lusid_workflow_sdk-2.3.16.tar.gz
(115.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lusid_workflow_sdk-2.3.16.tar.gz.
File metadata
- Download URL: lusid_workflow_sdk-2.3.16.tar.gz
- Upload date:
- Size: 115.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.11.9 Linux/6.12.54-flatcar
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef54a96a3e0483760286fd9921776318f41cc7b53014c3fa17dcef9f6df997c1
|
|
| MD5 |
1aea6681038f72fcbf2e320cd4ffa90d
|
|
| BLAKE2b-256 |
a996592bf25e634d54d5fb206426c4220de2e16b9f140384672acf93c005aaa4
|
File details
Details for the file lusid_workflow_sdk-2.3.16-py3-none-any.whl.
File metadata
- Download URL: lusid_workflow_sdk-2.3.16-py3-none-any.whl
- Upload date:
- Size: 305.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.11.9 Linux/6.12.54-flatcar
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
570a72224d8e928e420866baf37b57ef07d331ff4140693fe43bd023f1fae463
|
|
| MD5 |
ceea7de6dc948608e56486b9e196296c
|
|
| BLAKE2b-256 |
815f42ce5ed10ffe4bc58f1601f6f61082468c5251073f062e236829065da3fe
|