Skip to content

Commit

Permalink
GITBOOK-21: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun authored and gitbook-bot committed May 3, 2024
1 parent 75558d7 commit 134127d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gitbook/docs/creating-jobs/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% hint style="info" %}
The `create` method generates a new job instance based on a specified job type and data. It is a preliminary step in the job lifecycle, allowing for the customization of job parameters before the job is scheduled and executed.\
\
_This does **NOT** save the job in the database. you must explicitly declare_ [_`save()`_](#user-content-fn-1)[^1]_if you want to save it_
_This does **NOT** save the job in the database. you must explicitly declare_ [_`save()`_](../managing-jobs/manually-working/save.md)_if you want to save it_
{% endhint %}

### Example Usage
Expand Down Expand Up @@ -36,6 +36,3 @@ analysisJob.save() // If you want to save it





[^1]:

0 comments on commit 134127d

Please sign in to comment.