Skip to content

angee.workflows.runtime_migrations.workflow_stable_key

Add the resource-assignable stable key of a workflow lineage.

applies

python
def applies(project_state: ProjectState) -> bool

Return whether Workflow has its lineage link but not its stable key.

Migration

python
class Migration(migrations.Migration)

Add a stable key unique across assigned workflow lineage heads.

Released under the AGPL-3.0 License.