-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generation for resolved workflow run profile #16
base: release
Are you sure you want to change the base?
Conversation
All subprofiles for process- run crate should be resolved now |
Same for workflow run crate. Next is integration of #13 and updating required fields for less restrictive arc profile |
@kMutagene could you maybe take a look at this before i continue to change it for less restrictive requirements? This should currently resolve the types the process run and workflow run profiles depend on. |
"https://schema.org/Thing") | ||
ProfileRow.create("subjectOf", Optional, MANY, [ (Schema.CreativeWork, OR) | ||
(Schema.Event, END)], | ||
"A CreativeWork or Event about this Thing.\nInverse property: about", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the \n
creates wrong rows, see the markdown files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, i removed them. Thanks!
This PR targets the generation for the arc-cwl workflow run profile markdown tables from PR #13 . It also tackles #6 for this profile and is a preparation for #9 after everything is resolved.