WorkflowProjectRunBlock
workflowIdstringrequired
userIdstringrequired
profile object
userIdstringrequired
displayNamestringrequired
emailstring
Optional email address for the profile summary.
avatarUrlstring
Optional avatar image URL or data URL for the uploader profile.
blockedBystring
blockedByProfile object
userIdstringrequired
displayNamestringrequired
emailstring
Optional email address for the profile summary.
avatarUrlstring
Optional avatar image URL or data URL for the uploader profile.
reasonstring
createdAtstring<date-time>required
WorkflowProjectRunBlock
{
"workflowId": "string",
"userId": "string",
"profile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"blockedBy": "string",
"blockedByProfile": {
"userId": "string",
"displayName": "string",
"email": "string",
"avatarUrl": "string"
},
"reason": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}