Dataiku · Arazzo Workflow
Dataiku Review Artifact Sign-Off
Version 1.0.0
List an artifact's sign-off steps, read one step, and add an approve or reject review to it.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
review-artifact-signoff
Add an approve or reject review to an artifact sign-off step.
Lists sign-offs, reads the target step, adds a review, then re-reads the step to branch on the resulting status.
1
listSignOffs
listArtifactSignOffs
List all sign-off steps and their status for the artifact.
2
getSignOff
getArtifactSignOff
Read the target sign-off step to confirm its current status.
3
addReview
addSignOffReview
Add an approve or reject review to the sign-off step.
4
reReadSignOff
getArtifactSignOff
Re-read the sign-off step. If the step is now APPROVED the workflow ends; if it is REJECTED the workflow also ends, exposing the final status.