You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constaction={'@type': 'ProduceAction',agent: {roleName: 'producer'// this is so that access to author identity is guaranteed},actionStatus: 'CompletedActionStatus',object: 'graph:graphId?version=x.y.z',// operate _after_ the CreateReleaseAction (so in the potential action of the resulting graph)autoUpdate: true,// like for TypesettingAction, if set the UploadAction result is automatically appliedresult: {'@type': 'UploadAction'// result in an UploadAction so that JS code viz etc. can be added easily (lots of files etc.) The format should be a full scholarly archive, not DS3}}
ProduceAction can be part of any stage so that QA workflows can be created and produce action stage made optional (the editor can decide if paper should be sent to a stage with a produce action or straight to production)
in case where the stage also contains review action, requiresCompletionOf can be used to decide if the review action should happen before or after the produce action.
The text was updated successfully, but these errors were encountered:
ProduceAction can be part of any stage so that QA workflows can be created and produce action stage made optional (the editor can decide if paper should be sent to a stage with a produce action or straight to production)
in case where the stage also contains review action, requiresCompletionOf can be used to decide if the review action should happen before or after the produce action.
The text was updated successfully, but these errors were encountered: